> mips64-linux-gcc -D__KERNEL__ -I/u6/pfg/Linux/New_cvs/linux/include -Wall
> -Wstrict-prototypes -O2 -fomit-frame-pointer -mabi=64 -G 0 -mno-abicalls
> -fno-pic -pipe -mcpu=r8000 -mips4 -Wa,-32 -fno-strict-aliasing -c r4k_genex.S
> -o r4k_genex.o
> r4k_genex.S: Assembler messages:
> r4k_genex.S:168: Warning: Missing .end or .bend at end of file
> mips64-linux-gcc: Internal compiler error: program as got fatal signal 11
> make[1]: *** [r4k_genex.o] Error 1
> make[1]: Leaving directory `/u6/pfg/Linux/New_cvs/linux/arch/mips64/kernel'
> make: *** [_dir_arch/mips64/kernel] Error 2
Ralf said that he would book my flight home if I didn't fix binutils so I'd
better fix it pretty quick! I began working on finding a solution for it this
morning so you can expect something soon I hope. In the meantime you can just
add a -P to the CFLAGS in your arch/mips64/Makefile.
Ulf
|