[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel compile problem... (040 FPU Emulation)



On Thu, Jan 06, 2000 at 10:59:30AM +0200, Marcin Juszkiewicz wrote:
 
> make[1]: Entering directory `/usr/src/linux-2.0.36/arch/m68k/fpsp040'
> gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -D__ASSEMBLY__ -traditional -c -o bindec.o bindec.S
> bindec.S: Assembler messages:
> bindec.S:487: Error: Value of -512 too large for field of 1 bytes at 511
> make[1]: *** [bindec.o] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.0.36/arch/m68k/fpsp040'
> make: *** [linuxsubdirs] Error 2
> hrwandil:/usr/src/linux-2.0.36#
I think this was recently discussed on the linux-m68k list. I dont remember
the exact solution now, try to search the kernel-patches or the list archive
for help. Or ask on linux-m68k...
I think it was due to gcc 2.95, try using gcc272 instead, ie move gcc (2.95)
out of the way, make a link for gcc to point to gcc272. Thats what the build
daemons are doing for several packages.
Another option might be the binutils... no quick fix for that.

Christian


Reply to: