On Dec 19, 2007, at 5:03 PM, Martin Žižka wrote:

Yes, that will place the .length segment between .vectors and .progmem. But you are unable to place it to some exact address. That will place it to
address that is offset_of(.vectors)+length_of(.vectors). That can be
different for some cpus.


I think this URL describes the syntax to do what Martin is looking to do:
http://www.gnu.org/software/binutils/manual/ld-2.9.1/html_node/ld_21.html#SEC21

More hints here, in that one can edit the . address:
http://www.gnu.org/software/binutils/manual/ld-2.9.1/html_node/ld_10.html

--
David Kelly N4HHE, [EMAIL PROTECTED]
========================================================================
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

Reply via email to