Microcontroller › AVR › avr studio problem › AVR Studio uses avr-gcc,
March 1, 2012 at 6:27 am
#7205
Anwej Alam
Participant
AVR Studio uses avr-gcc, which is not include in AVR Studio setup file. to resolve this
problem you should check whether WinAVR has installed on your computer or not. because WinAVR contain avr-gcc and all AVR’s header file which we include in AVR Studio Editor window.
check the path
C:WinAVR-20100110……………..
Regard