converting ADS scatter file into GNU ld format
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

converting ADS scatter file into GNU ld format



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?

LR_1 0x0
{
        ER_INIT_VEC 0x00
        {
                vectors.o(+RO)
        }
        ER_RO +0
        {
                .ANY(+RO)
        }
        ER_GSA_BUFFER 0xFFFE0300  UNINIT
        {
                pport_helper.o(gsa_buffer)
        }
        ER_RW 0xFFFE1300
        {
                .ANY(+RW)
        }
        ER_ZI +0
        {
                *(+ZI)
        }
}