Habe jetzt alles neu gemacht

die 2 Fehler Code habe ich

C:/ASURO_src/AsuroLib-v280rc1/lib/asuro.c:60:19: error: asuro.h: No such file or directory
C:/ASURO_src/AsuroLib-v280rc1/lib/asuro.c:61:21: error: myasuro.h: No such file or directory

Da habe ich Asuro.h und myasuro.h eingefügt
C:\ASURO_src\AsuroLib-v280rc1\lib

Die og 2 Meldungen sind jetzt weg und der Progress Code
Code:
> "make.exe" all
set -e; avr-gcc -MM -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -IC:/ASURO_src/AsuroLib-v280rc1/lib           /inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/ASURO_src/AsuroLib-v280rc1/lib/asuro.lst C:/ASURO_src/AsuroLib-v280rc1/lib/asuro.c \
	| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
	[ -s asuro.d ] || rm -f asuro.d
avr-gcc.exe: E:/utils/inc: No such file or directory
set -e; avr-gcc -MM -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -IC:/ASURO_src/AsuroLib-v280rc1/lib           /inc -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
avr-gcc.exe: E:/utils/inc: No such file or directory
-------- begin --------
avr-gcc --version
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.

avr-gcc -c -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -IC:/ASURO_src/AsuroLib-v280rc1/lib           /inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
avr-gcc: /inc: No such file or directory
make.exe: *** [test.o] Error 1

> Process Exit Code: 2
> Time Taken: 00:03

in der (4re letzte) Zeile ist noch deinen Meldung

(avr-gcc: /inc: No such file or directory ) Das könnte doch noch ein Problem sein

Lg