kranz@kranz-desktop:~/tmp/LPH_display4$ make makefile:339: simple.d: No such file or directory makefile:339: disp.d: No such file or directory set -e; avr-gcc -MM -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -O3 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wextra -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wunused -Wa,-adhlns=disp.lst -std=gnu99 disp.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > disp.d; \ [ -s disp.d ] || rm -f disp.d set -e; avr-gcc -MM -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -O3 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wextra -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wunused -Wa,-adhlns=simple.lst -std=gnu99 simple.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > simple.d; \ [ -s simple.d ] || rm -f simple.d -------- begin -------- avr-gcc (GCC) 4.2.1 Copyright (C) 2007 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: simple.c avr-gcc -c -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -O3 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wextra -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wunused -Wa,-adhlns=simple.lst -std=gnu99 simple.c -o simple.o Compiling: disp.c avr-gcc -c -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -O3 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wextra -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wunused -Wa,-adhlns=disp.lst -std=gnu99 disp.c -o disp.o Linking: simple.elf avr-gcc -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -O3 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wextra -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wunused -Wa,-adhlns=simple.o -std=gnu99 simple.o disp.o --output simple.elf -Wl,-Map=simple.map,--cref -lm Creating load file for Flash: simple.hex avr-objcopy -O ihex -R .eeprom simple.elf simple.hex Creating load file for EEPROM: simple.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O ihex simple.elf simple.eep avr-objcopy: there are no sections to be copied! avr-objcopy: --change-section-lma .eeprom=0x00000000 never used make: [simple.eep] Error 1 (ignored) Creating Extended Listing: simple.lss avr-objdump -h -S simple.elf > simple.lss Creating Symbol Table: simple.sym avr-nm -n simple.elf > simple.sym Size after: simple.elf : section size addr .data 1444 8388864 .text 2154 0 .bss 2 8390308 .stab 9792 0 .stabstr 2554 0 Total 15946 Errors: none -------- end --------