inflate returned FFFFFFFD - what does this error exactly mean ?

Dan Malek dan at embeddededge.com
Mon Jan 3 02:32:55 EST 2005


On Jan 2, 2005, at 12:58 AM, Povolotsky, Alexander wrote:

> Originally I had relocation address be 0x00400000;
> I also tried 0x00500000 and finally 0x00600000 (shown below)
> - all 3 cases give the same error.
>
>
> loaded at:     00180000 00268160
> relocated to:  00600000 006E8160

You are doing this backward.  You need to load the
image into memory at a higher address like 0x400000.
According to this message, you are loading at 0x180000.
Don't change the relocation address for the build, just
the address where you initially load it into memory.


	-- Dan




More information about the Linuxppc-embedded mailing list