[ECOS] STLport with exception handling
Oyvind Harboe
oyvind.harboe@zylin.com
Wed Jan 28 14:26:00 GMT 2004
I got STLport to work w/exception handling together with eCos.
Rejoice! :-)
Is there anyone out there who uses STL, C++ exception handling and eCos?
I'm still taking it for a spin, but it compiles and appears to
work correctly.
The configuration procedure is still a black artc to me. I've attached
the changes I did to STLport-5.0-0125.
I never saw any response to my C++ exception handling multithreading
support. Is there a more approperiate solution out there?
http://sources.redhat.com/ml/ecos-discuss/2003-07/msg00233.html
>From my .mak file:
XCXX = $(ECOS_COMMAND_PREFIX)c++
CXXFLAGS = -I../STLport-5.0-0125/stlport $(CFLAGS) -O0
-fno-vtable-gc -fexceptions
-I../ecos-install/ecos/gnutools/arm-elf/arm-elf/include/arm-elf
Ãyvind
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stlpatch.txt
Type: text/x-patch
Size: 4682 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/ecos-discuss/attachments/20040128/04529fc7/attachment.bin>
-------------- next part --------------
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list