From: <a.o...@bl...> - 2004-04-26 23:08:59
|
On Mon, Apr 26, 2004 at 11:41:12PM +0200, JockyW wrote: > I'm now building 2.6.5 and noticed that gamecubefb.c and fbmem.c need a > #define __powerpc__ in order to build the kernel. W/o these there is a > missing reference to fb_writel_real() Sounds like your setup (probably toolchain) might be up to some funkiness - I can't seem to reproduce that here. Taken from 2.6.5, wrapped for legibility: include/linux/fb.h:554:#elif defined(__i386__) || defined(__alpha__) || \ defined(__x86_64__) || defined(__hppa__) || \ defined(__sh__) || defined(__powerpc__) > Everything works as usual (also the RTC, thanks Torben!), except that the > screen is very green and not very clear. It seems to me that the __powerpc__ > definitions that I added also have a negative impact :( Sounds like you're crashing before the framebuffer console kicks in. You could either enable the debug console to see the call trace (if any), or start with the default config (`make gamecube_defconfig') and play the fun game of elimination. Arthur |