avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Compiling


From: Frederik Rouleau
Subject: Re: [avr-gcc-list] Compiling
Date: Thu, 23 Dec 2004 11:52:40 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910

Baumel Károly wrote:

Hello

I dowloaded the gcc-3.4.1 source and I tried to compile under cywin for avr. But this was not successful. So I would like to know the avr-gcc compiler inside operating.
What gcc is good and how can I use for avr?
Thanks

I have successfully compiled gcc-3.4-20041210 snapshot with binutils-2.15 on WinXP/cygwin. I haved used for binutils: "mkdir build && cd build && ../configure --target=avr --disable-nls && make all install" And for gcc : "mkdir build && cd build && ../configure --target=avr --disable-nls --enable-languages=c && make all install"

But if you want something packaged and ready to use, see Winavr (http://winavr.sourceforge.net/)


Fred



reply via email to

[Prev in Thread] Current Thread [Next in Thread]