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

Re: Trouble compiling a 2.2.10 kernel



> 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: *** [_dir_arch/m68k/fpsp040] Error 2

Go through all the assembly files that generate this error and turn the
explicit short jumps/branches into unspecified size equivalents. Example:
bnes -> jbne. More fun of that sort in decbin.S, do_func.S, get_op.S,
util.S, x_store.S. 

Alternatives: compile without FPSP040 support, or use an approved compiler
(2.7.2.3). 

	Michael



Reply to: