Zitat Zitat von grind
ok hab jetz die simple_delayroutinen.c (die hatte ich garnich am rechner )

jetzt kommt aber immernoch:
avr-gcc -c -mmcu=atmega8 -I. -gstabs -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=blinker.lst -std=gnu99 -Wp,-M,-MP,-MT,blinker.o,-MF,.dep/blinker.o.d blinker.c -o blinker.o
make.exe: *** No rule to make target `SRC', needed by `blinker.elf'. Stop.

wie bekomm ich das weg?!

MfG
Grind
Das sieht so aus wie wenn ein $ vor dem SRC im Makefile fehlt. Ich kenne das Makefile nicht aber oft wird SRC als Variable im Makefile benutzt um die jeweilige Quelldatei anzugeben. Um den
Wert der Variable im Makefile zu bekommen muss dann ein $SRC benutzt werden