Michel Kuenemann wrote: >Dear LPC2000 Group, > >I am using the KEIL IDE for ARM7 processors with the GNU Cygnus compiler on >a LPC2106 target. My >problem is that I cannot find in the documentation how to tell the compiler >to locate an object at a specified place (somwhere in flash memory, for >instance). > > > That would be the linker that would do the physical location of things. Compilers build relocatable objects, linkers place those into regions that you specify in the linker file (script). TomW >In another IDE I am using, I would write : > >at 0x00016000 int base; > >Can someone help me ? > >Thank you. > >Michel Kuenemann >KMS - France > > > > > > >Yahoo! Groups Links > > > > > > > > -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net, http://cyberiansoftware.com "Windows? No thanks, I have work to do..." ----------------------------------------------------
Message
Re: [lpc2000] How to specify the location of an object in memory (GNU)
2005-11-01 by Tom Walsh
Attachments
- No local attachments were found for this message.