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

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

Re: [avr-gcc-list] C++ on AVR 90S8515


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] C++ on AVR 90S8515
Date: Mon, 24 Jun 2002 11:40:04 +0200 (MET DST)

Henrik Hingeberg Pedersen <address@hidden> wrote:

> Has anyone implemented C++ in the avr-gcc for windows, so use of
> classes is posible ?

Don't have Windows here, sorry.

> If true, has it been implemented for the AVR 90S8515, or only for
> the AVR mega series ?

There's no reason why it should be restrained to a single CPU core.
All currently released official versions of gcc are able to compile
the C++ frontend for the AVR platform (although not libstdc++, but
that's almost obvious given its huge size).  However, they are unable
to call global constructors or destructors.  So, it's mainly a problem
whether someone has packaged up a GCC binary distribution for Windows
that contains the C++ frontend.  Of course, you've got the source, so
you can always do it yourself...

In Marek's current version (GCC available from CVS), he has added the
ability to call global constructors and destructors, so this should
make a full-fledged C++ compiler.  (Of course, again without a
libstdc++.)

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/
avr-gcc-list at http://avr1.org



reply via email to

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