At 07:51 AM 1/22/04 -0500, you wrote:
>In the file <lpc2106-rom.ld>, from the file <lpc2106_gcc.zip> on the
>yahoo site..
>
>in the prog output section, there are these entries:
>
> *(.rodata)
> *(.rodata*)
Not all the readonly data ends up in .rodata. Some of it ends up in other
sections (the * is just a wildcard match). This is an area of the compiler
that is vary sparsely documented, at least I couldn't find much
information. Lewin? anyone else?
>For reference, I've appended the linker script in its entirety.
I've got an updated version of that script at
http://www.aeolusdevelopment.com/Articles/download.html.
Robert
" 'Freedom' has no meaning of itself. There are always restrictions,
be they legal, genetic, or physical. If you don't believe me, try to
chew a radio signal. "
Kelvin Throop, IIIMessage
Re: [lpc2100] More ld script questions..
2004-01-22 by Robert Adsett
Attachments
- No local attachments were found for this message.