Uwe Fechner <[EMAIL PROTECTED]> wrote:

> Any chance, to find out at compile time, which adress the last byte
> of the program code will have, when the program is compiled?

Have a look at the output of avr-nm -n <your ELF file>.  It's not
clear to me whether you're interested in _etext (== __data_load_start)
or in __data_load_end.  The area between __data_load_start and
__data_load_end contains the initializers for .data.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to