Re: avr-size -C --format=avr options

2012-04-23 Thread Georg-Johann Lay
Clive Webster schrieb: I've previously used WinAVR and their port of gcc has an 'enhancement' in the avr-size which is option '-C' or '--format=avr' which also needs you to Please notice that this mailing list is about GCC development, not about binutils. size is not a part of GCC. size is par

avr-size -C --format=avr options

2012-04-23 Thread Clive Webster
I've previously used WinAVR and their port of gcc has an 'enhancement' in the avr-size which is option '-C' or '--format=avr' which also needs you to pass the chip type in '--mmcu=atmega328p' for example. This shows the total amount of flash required (ie code + data), and RAM (ie data + bss) and c