Re: GNU linker script - how to automatically distribute code to multiple non-contiguous sections

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Adrian Muresan:

> I'm modifying an existing .ld and I have two flash sections for the
> code. These two flash sections are not contiguous so I cannot merely
> extend the definition of one of the sections to include the other.
>
> Currently all of the code can fit in sec1 but if I turn off space
> optimizations, it doesn't fit.
>
> QUESTION
>
> How do I write the .ld to say: place as much of the code as will fit
> in sec1 and then as much as will fit in sec2 and then ... sec3... etc?

This is more a question for the binutils list.

Can you use the MEMORY directive and a region specifier on the output
section definition to achieve this?  (Sorry, not my area of expertise.)

Florian




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux