This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

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


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