localhost:/tmp/gcctest# make
-------- begin --------
avr-gcc (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
Size before:
AVR Memory Usage
----------------
Device: Unknown
Program: 220 bytes
(.text + .data + .bootloader)
Data: 0 bytes
(.data + .bss + .noinit)
Size after:
AVR Memory Usage
----------------
Device:
Unknown
Program: 220 bytes
(.text + .data + .bootloader)
Data: 0 bytes
(.data + .bss + .noinit)
-------- end --------
localhost:/tmp/gcctest#
over 1 year ago