[ECOS] C++ standard libraries

Bart Veer bartv@redhat.com
Wed Sep 13 07:44:00 GMT 2000


>>>>> "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


More information about the Ecos-discuss mailing list