On Mon, May 11, 2009 at 02:55:17PM +0200, Robert von Knobloch wrote: > Weddington, Eric wrote: > > Why do you need global variables to be at a specific address? > > > Because my software consists of a: > A fixed part - main plus User Interface - This is test equipment for > small electronic products > and > Several loadable parts which can be loaded via rs232 as Intel hex and > 'blown' into the flash as required - These are custom-built for each > product. > The entire code is one entity, loadables will be added and removed and I > cannot have this affecting the main code.
Sounds to me as if you are making the "bootloader" too big and should simply link an entire application for every possible target. What you are doing would make more sense if the loadable modules could run out of RAM. -- David Kelly N4HHE, dke...@hiwaay.net ======================================================================== Whom computers would destroy, they must first drive mad. _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list