avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Accessing the created program code


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Accessing the created program code
Date: Sat, 1 Apr 2006 09:59:38 +0200 (MET DST)

Uwe Fechner <address@hidden> 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. ;-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]