- This topic has 2 replies, 3 voices, and was last updated 12 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › avr studio problem
I install avr studio4 but there is a during compilation, some avr-gcc error shows
Plz varify that winavr is properly installed or not. because as u install winavr, avr-gcc will be installed automatically
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