On Wed, Jun 15, 2005 at 11:54:18PM +0200, Tom Vrána wrote: > I am desperately trying to compile 2.4.30 mips kernel using uclibc > buildroot gcc 3.3.4 It fails in the following manner: > > mipsel-linux-gcc -D__KERNEL__ > -I/store/devel/adm/linux-2.4.30-mipscvs-20050614/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer -I > Looks like a stupid typo somewhere, but I lack experience to find. BTW, > the some code is taken from 2.4.18 kernel... > Can anyone please tell me where to look ? Sympthoms of a botched makefile transplant, it's lacking the USE_STANDARD_AS_RULE thing. Ralf