> "make" all -------- begin -------- avr-gcc (WinAVR 20100110) 4.3.3 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: atmega644p Program: 816 bytes (1.2% Full) (.text + .data + .bootloader) Data: 72 bytes (1.8% Full) (.data + .bss + .noinit) Compiling C: forum.c avr-gcc -c -mmcu=atmega644p -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./forum.lst -std=gnu99 -MMD -MP -MF .dep/forum.o.d forum.c -o forum.o forum.c: In function 'lcd_ausgabe': forum.c:28: warning: implicit declaration of function 'sprintf' forum.c:28: warning: incompatible implicit declaration of built-in function 'sprintf' Linking: forum.elf avr-gcc -mmcu=atmega644p -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=forum.o -std=gnu99 -MMD -MP -MF .dep/forum.elf.d forum.o --output forum.elf -Wl,-Map=forum.map,--cref -lm Creating load file for Flash: forum.hex avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock forum.elf forum.hex Creating load file for EEPROM: forum.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 --no-change-warnings -O ihex forum.elf forum.eep || exit 0 Creating Extended Listing: forum.lss avr-objdump -h -S -z forum.elf > forum.lss Creating Symbol Table: forum.sym avr-nm -n forum.elf > forum.sym Size after: AVR Memory Usage ---------------- Device: atmega644p Program: 2160 bytes (3.3% Full) (.text + .data + .bootloader) Data: 28 bytes (0.7% Full) (.data + .bss + .noinit) -------- end --------