Danke, ich habs geändert aber immer kommt noch diese Fehlermeldung:
Code:set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/ASURO_src/ASURO_lib/lib/asuro.lst C:/ASURO_src/ASURO_lib/lib/asuro.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \ [ -s asuro.d ] || rm -f asuro.d C:/ASURO_src/ASURO_lib/lib/asuro.c:56:19: asuro.h: No such file or directory C:/ASURO_src/ASURO_lib/lib/asuro.c:57:21: myasuro.h: No such file or directory set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \ [ -s test.d ] || rm -f test.d set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/ASURO_src/ASURO_lib/lib/asuro.lst C:/ASURO_src/ASURO_lib/lib/asuro.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \ [ -s asuro.d ] || rm -f asuro.d C:/ASURO_src/ASURO_lib/lib/asuro.c:56:19: asuro.h: No such file or directory C:/ASURO_src/ASURO_lib/lib/asuro.c:57:21: myasuro.h: No such file or directory -------- begin -------- avr-gcc --version 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. avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o test.c:9:19: asuro.h: No such file or directory test.c: In function `main': test.c:13: warning: implicit declaration of function `Init' test.c:14: warning: implicit declaration of function `Msleep' make: *** [test.o] Error 1 > Process Exit Code: 2







Zitieren
Lesezeichen