Load address issue

Alan Modra amodra@gmail.com
Sat Aug 10 05:13:00 GMT 2013


On Mon, Aug 05, 2013 at 03:11:43PM +0200, Schweikhardt Jens (LP21) wrote:
> The question now is: How can I tell the new linker to create an executable
> with a LOAD Offset of 64k?

Passing -N to ld says you don't care about page alignment.  I think
the old linker probably ignored that, and page aligned anyway.  Try
linking without -N.

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list