This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Load address issue


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]