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]

Re: thread enabled ecos support


Henning Baldersheim wrote:
I am using ecos and would like to be able to use exceptions and stl/iostreams.

You might try one of the ecos lists on http://sources.redhat.com/ecos, for instance the ecos-discuss list.


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.

Sounds reasonable.


Can anyone give me some hints so I do not make to many mistakes. Are there any documentation on how to add new targets.

If you ask specific question, we may be able to provide answers. We probably can't provide much help to general questions such as how to add a feature or a target.


Now the tools are compiled with --enable-newlib. Is that necessary. I thought c-lib functionality was provided solely by ecos.

ecos does not use newlib. This may or may not be a bug depending on what --enable-newlib does, and where it got enabled. What specifically is the problem here?
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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