hello,
i got the kernel (linux-980326) from linux.sgi.com and had the following
problems crosscompiling it from intel-linux (which appeared on list once, but
without any answer/solution as far as i remember):
mips-linux-gcc -D__KERNEL__ -I/mnt/dsk1/devel/mips/linux-980326/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic
-mcpu=r4600 -mips2 -pipe -c entry.S -o entry.o
entry.S: Assembler messages:
entry.S:147: Error: .previous without corresponding .section; ignored
entry.S:147: Error: .previous without corresponding .section; ignored
entry.S:148: Error: .previous without corresponding .section; ignored
entry.S:148: Error: .previous without corresponding .section; ignored
entry.S:154: Error: .previous without corresponding .section; ignored
entry.S:154: Error: .previous without corresponding .section; ignored
entry.S:156: Error: .previous without corresponding .section; ignored
entry.S:156: Error: .previous without corresponding .section; ignored
entry.S:157: Error: .previous without corresponding .section; ignored
entry.S:157: Error: .previous without corresponding .section; ignored
entry.S:158: Error: .previous without corresponding .section; ignored
entry.S:158: Error: .previous without corresponding .section; ignored
make[1]: *** [entry.o] Error 1
make[1]: Leaving directory `/mnt/dsk1/devel/mips/linux-980326/arch/mips/kernel'
make: *** [linuxsubdirs] Error 2
i'd appreciate an explanation what's happening here very much ..
thanks
-oliver
|