Gieng immer noch nich, hab es mal so abgeäündert.
#include <avr/io.h>
#include <avr/interrupt.h>
#include "TWI_Slave.h"


Bis auf 3errors lässt sichs compillern.
Build started 23.9.2007 at 20:43:06
avr-gcc.exe -mmcu=atmega8 main.o TWI_slave.o -o main.elf
main.o: In function `main':
../main.c:60: undefined reference to `__enable_interrupt'
../main.c:107: undefined reference to `__no_operation'
../main.c:123: undefined reference to `__no_operation'
make: *** [main.elf] Error 1
Build failed with 3 errors and 0 warnings...

Was muss ich noch abändern?

Danke für diene Hilfe! Gruß Jo!