Joerg Wunsch wrote:
> 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.
>   
The symbol __data_load_end contains the address of my crc.
But if I try to use this symbol in the C source code, I get the message:

__data_load_end undeclared (first use in this function)

I didn't find a header file, where this symbol is declared.

Any idea?

Regards:

Uwe Fechner


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

Reply via email to