mnlipp / avr-eclipse-fork

A fork of avr-eclipse
9 stars 12 forks source link

attiny841 #6

Open bjacquot opened 6 years ago

bjacquot commented 6 years ago

Hi, i try to program an attiny841 but have no success yet, although i've no problem with other mcu. the problem is that i can't select it in the mcu choice list. I have add it in the avrdude.conf file and i have verified that i can compile for this mcu with avr-gcc.

I think the problem is that the command "avr-gcc --target" doesn't show it. But i can compile a program for t841 : avr-gcc -mmcu=attiny841 test.c -o test don't show any error.

Has someone ever meet this problem ? Any help would be appreciate.