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

Wolfgang Denk wd at denx.de
Wed Mar 5 23:37:30 CET 2003


In message <IGEFJKJNHJDCBKALBJLLOENAFKAA.joakim.tjernlund at lumentis.se> you wrote:
> > In message <004701c2e29a$a280b4a0$020120b0 at jockeXP> you wrote:
> > >
> > > I will have a look, but I can't test it in u-boot so you will have to do it, OK?
> > 
> > Sure. I hope the code is not much bigger, though.  That  might  be  a
> > killing point.
> 
> OK, here it is. It compiles, but generates alot of warnings.
> I had made some clenups as well.
> Don't think the size is to bad but judge for your self

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

This is with gcc version 3.2.

Were you able to compile this code?


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
The one who says it cannot be done should never interrupt the one who
is doing it.




More information about the U-Boot mailing list