avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] Defining available flash area if bootloader is used


From: Colin O'Flynn
Subject: Re: [avr-libc-dev] Defining available flash area if bootloader is used
Date: Sun, 19 Jan 2003 11:38:12 -0800 (PST)

Hello,

>It would be nice
> to have a program which would check the sizes and
> give an error it the
> program gets too big - then you could stick this in
> a Makefile and forget
> about it.
> 
> Is there a program which can do this?


Something along the lines of avr-sizeX? It gets the
AVR from the makefile (if you set it up to), compares
the size of the generated file to avaliable FLASH of
that AVR and gives an error if it is too big, plus
displays % flash and % ram used. 

I'm not sure if it adds text+data though... and it
uses the .elf file as well though...

  -Colin




reply via email to

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