Wo ist Osser? Oder Jemand der weiß wie es geht??

Habe immer noch Probleme!!!
Ein einfaches Programm.

#include <asuro.h>

int main(void) {
Init();
while (1) {
}

while (1) {}
return 0;

}

Macht mir diese Schwierigkeiten.

Asuro Flash (Alias Eierlegendewollmilchsau) V1.1.5.30 (c) O.O. Müller 2006
User has admin rights.
Processor , OS WINXP
Hello Gerhard on KSHK, have fun

Session Environment Variables:
AF_AVRDIR=C:\WinAVR-20071221
AF_PROJECT=Project1
AF_SOURCE_FILES=
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\Programme\AsuroFlash2

>Ready.
File new.c saved.
File asuro.h saved.
File myasuro.h saved.
File asuro.c saved.
Session Environment Variables:
AF_AVRDIR=C:\WinAVR-20071221
AF_PROJECT=Project1
AF_SOURCE_FILES=new.c asuro.c
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\Programme\AsuroFlash2

File new.c saved.
File asuro.h saved.
File myasuro.h saved.
File asuro.c saved.
Default make_all.cmd file created.
Default makefile created.
Make
C:\AsuroFlash2>C:\WinAVR-20071221\utils\bin\make.exe all
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=asuro.lst -IC:\Programme\AsuroFlash2\include asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=new.lst -IC:\Programme\AsuroFlash2\include new.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > new.d; \
[ -s new.d ] || rm -f new.d
-------- begin --------
avr-gcc --version
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.

avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=new.lst -IC:\Programme\AsuroFlash2\include new.c -o new.o
avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=asuro.lst -IC:\Programme\AsuroFlash2\include asuro.c -o asuro.o
avr-gcc -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=new.o -IC:\Programme\AsuroFlash2\include new.o asuro.o --output Project1.elf -Wl,-Map=Project1.map,--cref -IC:\Programme\AsuroFlash2\lib -lm
asuro.o: In function `__vector_4':
C:\AsuroFlash2/asuro.c:208: undefined reference to `count36kHz'
C:\AsuroFlash2/asuro.c:208: undefined reference to `count36kHz'
C:\AsuroFlash2/asuro.c:209: undefined reference to `count36kHz'
C:\AsuroFlash2/asuro.c:210: undefined reference to `timebase'
C:\AsuroFlash2/asuro.c:210: undefined reference to `timebase'
C:\AsuroFlash2/asuro.c:210: undefined reference to `timebase'
C:\AsuroFlash2/asuro.c:210: undefined reference to `timebase'
C:\AsuroFlash2/asuro.c:210: undefined reference to `timebase'
asuro.o:C:\AsuroFlash2/asuro.c:210: more undefined references to `timebase' follow
asuro.o: In function `__vector_2':
C:\AsuroFlash2/asuro.c:247: undefined reference to `switched'
C:\AsuroFlash2/asuro.c:247: undefined reference to `switched'
asuro.o: In function `__vector_14':
C:\AsuroFlash2/asuro.c:282: undefined reference to `autoencode'
C:\AsuroFlash2/asuro.c:282: undefined reference to `autoencode'
C:\AsuroFlash2/asuro.c:300: undefined reference to `encoder'
C:\AsuroFlash2/asuro.c:300: undefined reference to `encoder'
C:\AsuroFlash2/asuro.c:305: undefined reference to `encoder'
C:\AsuroFlash2/asuro.c:305: undefined reference to `encoder'
asuro.o: In function `Init':
C:\AsuroFlash2/asuro.c:164: undefined reference to `FrontLED'
C:\AsuroFlash2/asuro.c:165: undefined reference to `BackLED'
C:\AsuroFlash2/asuro.c:166: undefined reference to `BackLED'
C:\AsuroFlash2/asuro.c:167: undefined reference to `StatusLED'
C:\AsuroFlash2/asuro.c:169: undefined reference to `MotorDir'
C:\AsuroFlash2/asuro.c:170: undefined reference to `MotorSpeed'
C:\AsuroFlash2/asuro.c:172: undefined reference to `autoencode'
C:\AsuroFlash2/asuro.c:172: undefined reference to `autoencode'
make: *** [Project1.elf] Error 1

ExitCode 2
Ready.


Im Projektverzeichnis Proiekt1.apri ist asuro.h , asuro.c , myasuro.h und new.c eingebunden und gespeichert.

Wer kann mir Helfen?

Gruß
Juelicher