Build started 15.6.2007 at 19:57:00 avr-gcc.exe -mmcu=atmega16 -Wall -gdwarf-2 -DF_CPU=4000000UL -O0 -fsigned-char -MD -MP -MT Tetris.o -MF dep/Tetris.o.d -c ../Tetris.c avr-gcc.exe -mmcu=atmega16 Tetris.o -o Tetris.elf avr-objcopy -O ihex -R .eeprom Tetris.elf Tetris.hex avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 -O ihex Tetris.elf Tetris.eep AVR Memory Usage ---------------- Device: atmega16 Program: 1874 bytes (11.4% Full) (.text + .data + .bootloader) Data: 142 bytes (13.9% Full) (.data + .bss + .noinit) Build succeeded with 0 Warnings...