Hallo

Ich hatte dasselbe Problem wie Zook und mit der .hex-Datei von radbruch hat
auch alles geklappt, aber wenn ich im programmers notepad alles wie vorgegeben eingebe, speicher und "make" benutze kommt immer:

Size before:
test.elf :
section size addr
.text 1512 0
.data 0 8388704
.bss 1 8388704
.noinit 0 8388705
.eeprom 0 8454144
.stab 3120 0
.stabstr 1713 0
Total 6346


avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
test.c: In function `main':
test.c:7: error: parse error before "while"
make: *** [test.o] Error 1

> Process Exit Code: 2

kann mir da jemand helfen?

Vielen Dank
ZDig