Hmmmm... my compile error today was quite entertaning. I'm crosscompiling
on an PPro/Linux system:
t' declared inside parameter list
/usr/src/adevries/linux/include/asm/processor.h:146: warning: its scope is
only this definition or declaration,
/usr/src/adevries/linux/include/asm/processor.h:146: warning: which is
probably not what you want.
mips-linux-gcc -D__KERNEL__ -I/usr/src/adevries/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic
-mcpu=r4600 -mips2 -pipe -c -o indy_int.o indy_int.c
mips-linux-gcc -D__KERNEL__ -I/usr/src/adevries/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic
-mcpu=r4600 -mips2 -pipe -c -o system.o system.c
system.c:17: #error "... You're fearless, aren't you?"
make[1]: *** [system.o] Error 1
make[1]: Leaving directory `/usr/src/adevries/linux/arch/mips/sgi/kernel'
make: *** [linuxsubdirs] Error 2
Heh. I don't think anyone's called me fearless before.
- Alex
|