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]

Re: C++ standard libraries


We have successfully ported parts of the stdc++ (STL) library for eCos using the
STLPort version and configuring  no exceptions and no iostreams.   It was a
trivial (less than 1 day) port to do.

The STLPort library is at http://www.stlport.org/  .

-dave-

Bart Veer wrote:

> >>>>> "Jifl" == Jonathan Larmour <jlarmour@redhat.com> writes:
>
>     Jifl> Colin Spier wrote:
>     >>
>     >> Do you think that there is a significant amount of work involved?
>     >>
>     >> Where might one start?
>
>     Jifl> I think it's several weeks worth of work.
>
>     <snip lots of good information>
>
> For more details on libstdc++ development and mailing lists you may
> want to look at http://sources.redhat.com/libstdc++/, although the
> code has now been incorporated into the mainline gcc sources.
>
> Another possible concern is that eCos itself is currently compiled
> with -fno-rtti -fno-exceptions. This could give problems if you start
> mixing eCos and libstdc++ header files, since the latter will
> definitely require exceptions and probably rtti as well. It is
> possible that eCos will just work if you build it with rtti and
> exceptions, but that is untested and obviously there would be some
> code size penalties.
>
> Bart Veer // eCos net maintainer

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