On Tue, Dec 18, 2001 at 01:23:25PM +0800, wangzl wrote: > Hi all, > > I try to run the famous 2.4.6-rmk1-rayl kernel on my cdb89712 board. But I even >can't compile the kernel itself.
i had no idea this kernel was famous :-) > I followed the instructions in >http://roland.seuhs.com/en/index.php/Development/LiMa/CDB89712 step by step, when >"make r", I met such error: > > arm-linux-gcc -D__ASSEMBLY__ -D__KERNEL__ -I/usr/local/arm/src/linux/include >-mapcs-32 -march=armv4 -mno-fpu -c -o entry-armv.o entry-armv.S > > > 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 hmm.. i think this did happen to me once.... if i recall, it was either a bad PATH variable pointing at wrong tools, or it was a screwy dependency in some Makefile that didn;t correctly rebuild one particular header file. double check your path, do a 'make mrproper' and start over from 'make menuconfig'. i believe that cleared it up for me. good luck -- --------------------------------------------------------------------------- Ray Lehtiniemi <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
