From: Groepaz <gr...@gm...> - 2004-05-15 03:54:56
|
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 :) |