Ok die eine Fehlermeldung ist jetzt weg!!! Bild  


So siehts bei mir in den Ordnern aus:

C:\ASURO_src\SelfTest
C:\ASURO_src\FirstTry
C:\ASURO_src\AsuroLib280rc1\lib


Das steht im Makefile

LIBPATH = C:/ASURO_src/AsuroLib280rc1/lib
LIBFILE = asuro


Aber da habe ich jetzt noch ein Problem
Der Code ist sicher richtig

Wenn ich auf make all klicke kommt das:

Code:
> "make.exe" all
set -e; avr-gcc -MM -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -IC:/ASURO_src/AsuroLib280rc1/lib    /inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/ASURO_src/AsuroLib280rc1/lib/asuro.lst C:/ASURO_src/AsuroLib280rc1/lib/asuro.c \
	| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
	[ -s asuro.d ] || rm -f asuro.d
C:/ASURO_src/AsuroLib280rc1/lib/asuro.c:61:21: error: myasuro.h: No such file or directory
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/AsuroLib280rc1/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
set -e; avr-gcc -MM -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -IC:/ASURO_src/AsuroLib280rc1/lib    /inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/ASURO_src/AsuroLib280rc1/lib/asuro.lst C:/ASURO_src/AsuroLib280rc1/lib/asuro.c \
	| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
	[ -s asuro.d ] || rm -f asuro.d
C:/ASURO_src/AsuroLib280rc1/lib/asuro.c:61:21: error: myasuro.h: No such file or directory
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/AsuroLib280rc1/lib    /inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
In file included from asuro.h:34,
                 from test.c:1:
e:/lib/gcc/../../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete.  Use <avr/interrupt.h>."
avr-gcc: /inc: No such file or directory
make.exe: *** [test.o] Error 1

> Process Exit Code: 2
> Time Taken: 00:02
Aus Code: C:/ASURO_src/AsuroLib280rc1/lib/asuro.c:61:21: error: myasuro.h: No such file or directory

Ich habe im Wörterbuch gschaut

such / solch
file / datei, akte
directory/Datenverzeichnis
keine solche Datei oder Datenverzeichnis

Das was ich da mit den Ordnern gemacht habe stimmt oder
Mal schauen das ist sicher kein so großes Problem denke ich Bild  

Lg



Edit:

Habe jetzt einfach myasuro.h da reinkopiert wo "er" es haben will da sind zwar sonst nur .c datein aber erwills so Bild  

Nur noch der Fehler

avr-gcc -c -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -IC:/ASURO_src/AsuroLib280rc1/lib /inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
In file included from asuro.h:34,
from test.c:1:
e:/lib/gcc/../../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use <avr/interrupt.h>."

avr-gcc: /inc: No such file or directory
make.exe: *** [test.o] Error 1

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


Der rote teil stört mich noch ein bisschen

Wenn ihr da noch eine Idee habt bitte..........................