Re: [arm-gnu] converting ADS scatter file into GNU ld format
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] converting ADS scatter file into GNU ld format



On Thursday 21 July 2005 07:12, Jason Andrews wrote:
> I'm trying to compile some code that is setup for ADS1.2
> with the Codesourcery ARM GNU toolchain.
>
> On ADS it uses a scatter file:
> armlink -scatter scatter.txt
> where the scatter file is below.
>
> Do I need to convert it to a link map file for gnu-ld to use
> with the -T option?

Yes.

The ARM scatter loader allows you to place various sections in various areas. 
You can do the same with an ld script.