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

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

Re: [avr-gcc-list] memory usage of avr program


From: J Wunsch
Subject: Re: [avr-gcc-list] memory usage of avr program
Date: Thu, 15 Feb 2001 11:21:57 +0100 (MET)

Thomas Driehorn <address@hidden> wrote:

> How can I determine how much bytes are used for static variables by my
> program ?

avr-size <ELF-file>

Section text is the program `text', bss + data are the variables.
(bss are uninitialized variables which are zeroed out by the run-time
system, data are pre-initialized variables).

-- 
J"org Wunsch                                           Unix support engineer
address@hidden         http://www.interface-systems.de/~j



reply via email to

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