On Tue, Dec 18, 2001 at 01:23:25PM +0800, wangzl wrote: > I try to run the famous 2.4.6-rmk1-rayl kernel on my cdb89712 board. > > entry-armv.S: Assembler messages: > entry-armv.S:781: Error: Internal_relocation (type 197) not fixed up (OFFSET_IMM) > entry-armv.S:783: Error: Internal_relocation (type 195) not fixed up (IMMEDIATE) > entry-armv.S:830: Error: Internal_relocation (type 197) not fixed up (OFFSET_IMM) > entry-armv.S:831: Error: Internal_relocation (type 197) not fixed up (OFFSET_IMM) > entry-armv.S:832: Error: Internal_relocation (type 197) not fixed up (OFFSET_IMM) > entry-armv.S:1052: Error: Cannot represent SWI relocation in this object file format
Known problem. make clean, remove include/asm-arm/constants.h and rebuild (don't make dep). What I believe is happening is that you are getting some failure while making include/asm-arm/constants.h that make isn't seeing, and it blindly continues. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
