From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Gurevich Date: Wed, 05 Mar 2003 14:52:05 -0800 Subject: [U-Boot-Users] Boot the kernel from a JFFS2 filesystem In-Reply-To: <20030305223735.1A279C6E0C@atlas.denx.de> References: <20030305223735.1A279C6E0C@atlas.denx.de> Message-ID: <3E667F95.5000308@paulidav.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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