C:\Beispiele\gcctest1>make set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfie lds -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=gcctest1.l st -std=gnu99 gcctest1.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > gcctest1.d; \ [ -s gcctest1.d ] || rm -f gcctest1.d make: *** Warning: File `gcctest1.d' has modification time in the future (2004-0 2-17 12:17:38 > 2004-02-17 12:17:36) -------- begin -------- avr-gcc (GCC) 3.3.1 Copyright (C) 2003 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. Compiling: gcctest1.c avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpac k-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=gcctest1.lst -std= gnu99 gcctest1.c -o gcctest1.o Linking: gcctest1.elf avr-gcc -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-s truct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=gcctest1.o -std=gnu99 gcctest1.o --output gcctest1.elf -Wl,-Map=gcctest1.map,--cref -lm Creating load file for Flash: gcctest1.hex avr-objcopy -O ihex -R .eeprom gcctest1.elf gcctest1.hex Creating load file for EEPROM: gcctest1.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O ihex gcctest1.elf gcctest1.eep Creating Extended Listing: gcctest1.lss avr-objdump -h -S gcctest1.elf > gcctest1.lss Creating Symbol Table: gcctest1.sym avr-nm -n gcctest1.elf > gcctest1.sym Size after: gcctest1.elf : section size addr .data 0 8388864 .text 246 0 .bss 0 8388864 .noinit 0 8388864 .eeprom 0 8454144 .stab 636 0 .stabstr 1131 0 Total 2013 Errors: none -------- end -------- make: *** Warning: Clock skew detected. Your build may be incomplete.