This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Porting libstdc++ to custom OS?
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: engard dot ferenc at innomed dot hu
- Date: Wed, 12 May 2004 18:18:21 -0500 (CDT)
- Subject: Re: Porting libstdc++ to custom OS?
- Organization: Applications, Content and Services CoE (IL02/2240), Motorola Labs
> I use a precompiled GCC v3.3 crosscompiler for SH platform, where I have
> a custom multithreaded OS. My development platform is win32 (Cygwin). I
> want to port libstdc++ to work properly with my OS, but do not want to
> compile gcc. (I do not use exceptions or rtti, so I suppose gcc
> internally do not need to be aware of my OS.) Specifically, I only want
> to use STL containers and algorithms, and nothing which need OS support
> (e.g. IO streams, character types or locale).
> What I have to do?
In all seriousness: have you considered using the last stable SGI
release of plain-jane STL?
If you want to use the latest libstdc++-v3 bits, then you (or someone
you pay) will have to do a bit of work since there is no configuration
related to your request.
Regards,
Loren