From: Torben N. <tr...@bi...> - 2004-05-15 15:20:49
|
I got the same problem. It seems to have happened after the upgrade to 2.6.5... At the moment I'm running the kernel with framebuffer support disabled. For the NFS root stuff I use CONFIG_CMDLINE="root=/dev/nfs nfsroot=192.168.001.048:/nfsroot/cube video=gamecubefb ip=192.168.001.005:192.168.001.048" where 192.168.001.048 is the nfs server, and 192.168.001.005 is the cube. On Sat, 2004-05-15 at 05:56, Groepaz wrote: > On Saturday 15 May 2004 05:08, Groepaz wrote: > > after some time i tried to compile a recent version of gclinux tonight > > and run into some odd trouble.... i grabbed the 2.6.6 kernel, copied > > the cvs stuff over it as usual, copied the gamecube_default config > > to .config etc... then when i make vmlinux i get > > > > drivers/built-in.o(.text+0x39d84): In function `gamecubefb_writel': > > : undefined reference to `fb_writel_real' > > > > putting a #define __powerpc__ on top of gamecubefb.c "fixes" it (as > > in, makes it compile atleast) but then i get a console with messed > > up colors :/ also the network stuff doesnt seem to work, although > > the stuff it prints out looks all perfectly ok. :/ > > > > i'm really wondering what i am doing wrong....or is the source > > really broken at this point? :) > > mmmh must be.... even after a complete clean recompile...same > problem :/ looks like __powerpc__ isnt defined at all (but it > should be i suppose)... i'd guess that this causes all sorta > funny problems so uhm....how to fix? :) > > gpz > > ps: also... could someone please tell me the boot options for using > a nfs-root (missing in stevens guide unfortunatly)... i really dont > want to run a DHCP server either if possible...mmh :) |