Porting libstdc++ to custom OS?

Loren James Rittle rittle@latour.rsch.comm.mot.com
Wed May 12 23:18:00 GMT 2004


> 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



More information about the Libstdc++ mailing list