-------- begin -------- avr-gcc (GCC) 4.1.1 (WinAVR 20070122) Copyright (C) 2006 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: 1436 bytes (.text + .data + .bootloader) Data: 16 bytes (.data + .bss + .noinit) Creating load file for EEPROM: AVRTel22.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 --no-change-warnings -O ihex AVRTel22.elf AVRTel22.eep || exit 0 c:\Progr-MCU\WinAVR070122\bin\avr-objcopy.exe: there are no sections to be copied! Size after: AVR Memory Usage ---------------- Device: Unknown Program: 1436 bytes (.text + .data + .bootloader) Data: 16 bytes (.data + .bss + .noinit) -------- end --------