From: Groepaz <gr...@gm...> - 2004-05-16 04:42:32
|
On Saturday 15 May 2004 17:18, Torben Nielsen wrote: > 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. yay...the problem seems to be the toolchain, which doesnt define __powerpc__. i fixed it now by changing CC = $(CROSS_COMPILE)gcc -D__powerpc__ to |