This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
thread enabled ecos support
- From: Henning Baldersheim <henning dot baldersheim at devoll dot no>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 07 Mar 2004 22:37:54 -0800
- Subject: thread enabled ecos support
Hi
I am using ecos and would like to be able to use exceptions and stl/iostreams.
It seems that the tools I am using does not give thread safe exceptions or
libstc++v3. So how do I go about to get that.
I have looked around in the code and compared *-rtems, *-vxworks with
powerpc-eabi that I use. So far I have concluded that I need the following.
1 - define a *-ecos in the configure.in/config.sub files.
2 - Make a gthr-ecos.h in gcc subdirectory and change gcc/config.gcc.
3 - ?
Can anyone give me some hints so I do not make to many mistakes. Are there
any documentation on how to add new targets.
Now the tools are compiled with --enable-newlib. Is that necessary. I
thought c-lib functionality was provided solely by ecos.
Henning Baldersheim