This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Win32 cross compiler for AVR?


On 27 Feb 2001, at 15:41, Chris Deighton wrote:

> I tried to build GCC a couple of weeks ago by following the FAQ,
> with --host=i686-pc-cygwin --build=i686-pc-cygwin --target=avr. Binutils
> configured and built OK, and I managed to configure gcc, but building it
> eventually resulted in an error. I assumed this was due to the lack of C++
> support for AVR, but I'm now wondering if I should try it again?... Should
> following the steps in the FAQ be enough to get it working, or do I need to
> do anything else as well?

Try using

--enable-languages=c 

with the configure script.  This should enable only "c" without c++.

Noah.


------------------------------------------
Noah Aklilu
http://www.ee.ualberta.ca/~aklilu/
naklilu@ualberta.ca

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]