> "make.exe" all makefile:342: main.d: No such file or directory makefile:342: dispaddon.d: No such file or directory makefile:342: disp.d: No such file or directory set -e; avr-gcc -MM -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -Os -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 -Os -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=dispaddon.lst -std=gnu99 dispaddon.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > dispaddon.d; \ [ -s dispaddon.d ] || rm -f dispaddon.d set -e; avr-gcc -MM -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -Os -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=main.lst -std=gnu99 main.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > main.d; \ [ -s main.d ] || rm -f main.d -------- begin -------- avr-gcc (GCC) 4.2.2 (WinAVR 20071221) 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: main.c avr-gcc -c -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -Os -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=main.lst -std=gnu99 main.c -o main.o Compiling: dispaddon.c avr-gcc -c -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -Os -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=dispaddon.lst -std=gnu99 dispaddon.c -o dispaddon.o Compiling: disp.c avr-gcc -c -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -Os -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 In file included from disp.c:12: d:/programme/winavr/bin/../avr/include/avr/delay.h:36:2: warning: #warning "This file has been moved to ." In file included from d:/programme/winavr/bin/../avr/include/avr/delay.h:37, from disp.c:12: d:/programme/winavr/bin/../avr/include/util/delay.h:85:3: warning: #warning "F_CPU not defined for " disp.c:187: warning: no previous prototype for 'lcd_write16' disp.c: In function 'lcd_init_c': disp.c:231: warning: operation on 'j' may be undefined disp.c:238: warning: operation on 'j' may be undefined disp.c:245: warning: operation on 'j' may be undefined disp.c:252: warning: operation on 'j' may be undefined Linking: BC3000.elf avr-gcc -mmcu=atmega128 -I. -D GCC_MEGA_AVR -I. -I./FreeRTOS/include -g -Os -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=main.o -std=gnu99 main.o dispaddon.o disp.o --output BC3000.elf -Wl,-Map=BC3000.map,--cref -lm Creating load file for Flash: BC3000.hex avr-objcopy -O ihex -R .eeprom BC3000.elf BC3000.hex Creating load file for EEPROM: BC3000.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O ihex BC3000.elf BC3000.eep d:\Programme\WinAVR\bin\avr-objcopy.exe: --change-section-lma .eeprom=0x00000000 never used Creating Extended Listing: BC3000.lss avr-objdump -h -S BC3000.elf > BC3000.lss Creating Symbol Table: BC3000.sym avr-nm -n BC3000.elf > BC3000.sym Size after: BC3000.elf : section size addr .data 1446 8388864 .text 1322 0 .bss 2 8390310 .stab 1044 0 .stabstr 95 0 .debug_aranges 64 0 .debug_pubnames 222 0 .debug_info 1693 0 .debug_abbrev 678 0 .debug_line 1600 0 .debug_frame 192 0 .debug_str 393 0 .debug_loc 382 0 Total 9133 Errors: none -------- end -------- > Process Exit Code: 0 > Time Taken: 00:02