ok

Ich habe den path zu AsuroLib geendert und jetst kommt das

Code:
>Ready.
>Session Environment Variables:
AF_AVRDIR=C:\WinAVR-20080610
AF_PROJECT=Project1
AF_SOURCE_FILES=test1.c
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\Programme\AsuroFlash
AF_PRJDIR=C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\AsuroFlash
AF_LIB_PATH=C:\AsuroFlash\AsuroLib-v280rc1\lib
File test1.c saved.
>Default make_all.cmd file created.
>Default makefile created.
Make
C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\AsuroFlash>C:\WinAVR-20080610\utils\bin\make all 
set -e; avr-gcc -MM -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test1.lst -IC:\Programme\AsuroFlash\include -IC:\AsuroFlash\AsuroLib-v280rc1\lib\inc test1.c \
	| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test1.d; \
	[ -s test1.d ] || rm -f test1.d
-------- begin --------
avr-gcc --version
avr-gcc (WinAVR 20080610) 4.3.0
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 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test1.lst -IC:\Programme\AsuroFlash\include -IC:\AsuroFlash\AsuroLib-v280rc1\lib\inc test1.c -o test1.o
avr-gcc -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test1.o -IC:\Programme\AsuroFlash\include -IC:\AsuroFlash\AsuroLib-v280rc1\lib\inc test1.o  --output Project1.elf -Wl,-Map=Project1.map,--cref -IC:\Programme\AsuroFlash\lib -LC:\AsuroFlash\AsuroLib-v280rc1\lib -lm -lasuro
test1.o: In function `main':
C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\AsuroFlash/test1.c:5: undefined reference to `Init'
make: *** [Project1.elf] Error 1


ExitCode 2
was muss ich jetst machen ?

thx