Hallo zusammen
wenn ich n´Stück Code aus den Forum nehme oder mit ne ganz einfache Funktion schreibe , bekomme ich ständig die Compilermeldung :
Code:
Build started 6.1.2007 at 10:43:29
avr-gcc.exe -mmcu=atmega8 test1.o -L"I:\Asuro\test1\lib" -L"I:\Asuro\test1\lib\inc" -o test1.elf
test1.o(.text+0xc): In function `main.0':
: undefined reference to `Init'
test1.o(.text+0x10): In function `main.0':
: undefined reference to `FrontLED'
test1.o(.text+0x16): In function `main.0':
: undefined reference to `MotorDir'
vermutilch greife ich auf falsche *.h zu oder was mache ich falsch.
Lesezeichen