[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Will AVR-GCC work with Studio4.0?
From: |
E. Weddington |
Subject: |
Re: [avr-gcc-list] Will AVR-GCC work with Studio4.0? |
Date: |
Fri, 04 Apr 2003 08:43:17 -0700 |
On 4 Apr 2003 at 7:05, Kiran Mysore Ramaprasad wrote:
> Please let me know if AVR-GCC will work with AVR Studio 4.0 and
> STK500.
>
> Regards,Kiran
Define "work with".
You can not compile using avr-gcc from AS4. Only AS3 supports calling
3rd party compilers. You can build your software and (sort-of)
convert it to a format that allows you to use the debugging /
simulating capabilities of either AS3 or AS4.
For information, download WinAVR:
<http://sourceforge.net/projects/winavr>
and view the README.txt file that gets installed.
Eric