« Return to Thread: ld script help

Re: ld script help

by Daniel Jacobowitz-2 :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: ld script help