Gast
#1642410
Ich habe noch vergessen zu erwähnen, dass das kompillieren ohne Eclipse funktioniert: jan@jan-desktop:~$ avr-gcc -O2 test_uart.c -mmcu=atmega16 jan@jan-desktop:~$ avr-objcopy -O ihex -j .text -j .data a.out prog.hex jan@jan-desktop:~$ avrdude -c avrispv2 -p m16 -U flash:w:prog.hex Mit diesen drei kommandos bekomme ich letztendlich text auf mein terminal, das Programm funktioniert also