This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Writing C++ applications


From: "Christoph Csebits" <christoph.csebits@frequentis.com>
To: "Andreas Bürgel" <ab@genologic.de>
Cc: <ecos-discuss@sources.redhat.com>
Sent: Wednesday, December 12, 2001 10:10 AM
Subject: Re: [ECOS] Writing C++ applications


> On Wed, Dec 12, 2001 at 04:59:37PM +0100, Andreas Bürgel wrote:
> > Did you forget those extern "C" definition around cyg_user_start?
> yes, i did. It solved the problem, thanks.
>
> An "official" C++ example (hello.cc) would have been nice.

I have developed extensive C++ programs for eCos.

As long as you know that STL, IOStreams and Exceptions are not support,
everything else pretty much works.  Be aware of remove the "--gc-vtable"
flag from the link if you use any "virtual" functions.

Rosimildo.



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