Wenn ich if(PollSwitch()==0) benutze bekomme ich den gleichen Fehler Bild   .
Hier nochmal alles was in der Fehlermeldung steht:

Code:
Build started 20.6.2014 at 19:43:12
avr-gcc.exe -I"C:\Users\johnwin7\Desktop\test\..\AsuroLib-v280rc2\lib\inc"  -mmcu=atmega8 -Wall -gdwarf-2 -DF_CPU=8000000UL -O0 -fsigned-char -MD -MP -MT test.o -MF dep/test.o.d  -c  ../test.c
avr-gcc.exe -mmcu=atmega8  test.o asuro.o   -L"C:\Users\johnwin7\Desktop\AsuroLib-v280rc2\lib"  -lasuro  -o test.elf
C:\Users\johnwin7\Desktop\AsuroLib-v280rc2\lib\libasuro.a(switches.o): In function `PollSwitch':
C:\Documents and Settings\1stud\Desktop\code\trunk\AsuroLib\lib/switches.c:106: undefined reference to `__muluhisi3'
make: *** [test.elf] Error 1
Build failed with 1 errors and 0 warnings...
Scheinbar funktioniert alles nur die Taster nich.