che
30.07.2008, 15:37
Hi
ich probiere gerade ein Programm ür meinen ATMega16 zu kompilieren. bekomme aber immer die Fehlermedung
avr-gcc -mmcu=atmega16 -o test.out main.cc
as: unrecognized option `-mmcu=atmega16'
oder bei zwei Strichen
avr-gcc --mmcu=atmega16 -o test.out main.cc
cc1plus: error: unrecognized command line option "-fmmcu=atmega16"
woran kann das liegen. habs auch schon mit nem atmega8 probiert... das Gleiche
ich probiere gerade ein Programm ür meinen ATMega16 zu kompilieren. bekomme aber immer die Fehlermedung
avr-gcc -mmcu=atmega16 -o test.out main.cc
as: unrecognized option `-mmcu=atmega16'
oder bei zwei Strichen
avr-gcc --mmcu=atmega16 -o test.out main.cc
cc1plus: error: unrecognized command line option "-fmmcu=atmega16"
woran kann das liegen. habs auch schon mit nem atmega8 probiert... das Gleiche