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

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

Re: [avr-gcc-list] Determine a segment length I the makefile


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Determine a segment length I the makefile
Date: Tue, 27 Mar 2007 21:03:10 +0200 (MET DST)

"Schwichtenberg, Knut" <address@hidden> wrote:

> I know I could set the length of a segment in the linker script. Is
> there a chance to set it in the makefile?

Not that I know of.

You might locate a copy of Eric's older avr-mem.sh script, and wire
that one into your Makefile.  It will tell you the relative RAM and
ROM usage.  For RAM, you mentally have to add the stack space required
anyway.

-- 
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]