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

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

[avr-gcc-list] definition of memeory section


From: Wolfgang Gschwendtner
Subject: [avr-gcc-list] definition of memeory section
Date: Fri, 13 Feb 2004 08:36:10 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031024 Debian/1.5-2

Dear all specialists,

I use the atmega64 with gcc-avr, the compiler ang my software works well, but I do'nt know
how many memory is used. my Make tells me the following:

Size after:
euroset.elf  :
section     size      addr
.data          0   8388864
.text      16684         0
.bss        1098   8388864
.noinit        0   8389962
.eeprom        0   8454144
.stab      25488         0
.stabstr    6944         0
Total      50214

but if I program the atmega64 with uisp, the program tells me 16k bytes transfered.
What is the difference ?
What means the sections stab, stabstr, data and noinit ?
(I assume that section text is my code (flash), section bss is RAM)

with best regards

W.Gschwendtner



reply via email to

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