Uwe Fechner <[EMAIL PROTECTED]> wrote:

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

It's not declared anywhere, you have to declare it yourself.  That
symbol is only defined by the linker at link-time.

extern void *__data_load_end;
extern unsigned int __data_load_end;

Whatever you prefer.
-- 
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