Society of Robots - Robot Forum

Software => Software => Topic started by: vidam on February 28, 2008, 09:42:00 PM

Title: WinAVR and AVR Studio
Post by: vidam on February 28, 2008, 09:42:00 PM
I was doing something in AVR STudio and it told me I needed to download WinAVR. So I did. Now what do I do? What is WinAVR used for and how does it get used in conjunction with AVR Studio?
Title: Re: WinAVR and AVR Studio
Post by: ed1380 on February 28, 2008, 10:16:05 PM
instal winavr. it's a compiler used by avrstudio.

if avr studio says you still need a compiler after isntalling. go to project>config option>custom options>and browse to the avr-gcc file and the make file. both which were installed by winavr
Title: Re: WinAVR and AVR Studio
Post by: benji on February 29, 2008, 02:44:39 AM
avr studio is just a debug tool, you need a compiler to build your programs,
i use codevision as a compiler and avr studio to debug my cof files, ponyprog to download to the micro
Title: Re: WinAVR and AVR Studio
Post by: Admin on March 09, 2008, 09:21:34 AM
Instructions ;)

http://www.societyofrobots.com/step_by_step_robot_step4.shtml
Title: Re: WinAVR and AVR Studio
Post by: vidam on March 09, 2008, 09:56:39 AM
Too late, I already figured it out a week ago...a friend showed me.