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: ld script help


On Fri, Oct 26, 2007 at 07:41:47AM -0700, Lighbringer wrote:
> 
> I am using binutils 2.18 and am having problems with the linker script. I am
> somewhat new to linker scripting and the problem is that the binary file
> being created by ld is too big. My linker script is as follows:

Use -Map to see what is being placed where.  There are probably some
sections that you did not assign locations to and they're probably
being placed at 0.

-- 
Daniel Jacobowitz
CodeSourcery


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