[U-Boot-Users] Boot the kernel from a JFFS2 filesystem

Vladimir Gurevich vag at paulidav.org
Wed Mar 5 23:52:05 CET 2003


Hi Wolfgang,

Wolfgang Denk wrote:
> Sorry, but this does not compile at all for me; the native GCC
> (when building the tools/ directory) will complain:
> 
> /tmp/ccRasvph.s: Assembler messages:
> /tmp/ccRasvph.s:323: Error: no such instruction: `rlwimi %ecx,%eax,24,16,23'
> /tmp/ccRasvph.s:324: Error: no such instruction: `rlwimi %ecx,%eax,8,8,15'
> /tmp/ccRasvph.s:325: Error: no such instruction: `rlwimi %ecx,%eax,24,0,7'
> /tmp/ccRasvph.s:429: Error: no such instruction: `rlwimi %eax,%ecx,24,16,23'
> /tmp/ccRasvph.s:430: Error: no such instruction: `rlwimi %eax,%ecx,8,8,15'
> /tmp/ccRasvph.s:431: Error: no such instruction: `rlwimi %eax,%ecx,24,0,7'
> make[1]: *** [crc32.o] Error 1

Could it be that your include/asm points to include/asm-ppc and 
thus you include wrong byteorder.h? These instructions look as 
PPC implementation of ___arch__swab32 applied to x86 code.

Regards,
Vladimir Gurevich





More information about the U-Boot mailing list