[ECOS] Building rommable images for the AEB-1C
Gary Thomas
gthomas@cygnus.co.uk
Thu Jan 6 07:01:00 GMT 2000
On 06-Jan-00 Grant Edwards wrote:
>
>> > /usr/cygnus/ecosSWtools-arm-990321/i686-pc-linux-gnu/lib/gcc-lib/arm-elf/2.9
>> >
>> > -ecosSWtools-arm-990321/../../../../arm-elf/bin/ld: warning: no memory
>> > region specified for section `.glue_7'
>> > /usr/cygnus/ecosSWtools-arm-990321/i686-pc-linux-gnu/lib/gcc-lib/arm-elf/2.9
>> >
>> > -ecosSWtools-arm-990321/../../../../arm-elf/bin/ld: warning: no memory
>> > region specified for section `.glue_7t'
>>
>> I don't understand these warnings at all [yes, I know what they mean, I just
>> don't know how you created them].
>
> I've always gotten the "glue" sections when I build stuff for the ARM.
> I had to add an output section to the target.ld file to make the
> linker happy:
>
> .glue ALIGN (0x1) : { . = . ; *(.glue*) } > ram
>
This sounds like a toolchain problem. The ".glue" sections should only be present
if compiling in THUMB mode.
However, if they are indeed empty, then this should not be a problem to just ignore
the warnings.
More information about the Ecos-discuss
mailing list