This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Porting libstdc++ to custom OS?


On Wed, May 12, 2004 at 11:11:30AM +0200, Fery wrote:

> Hello,
> 
> I put this question again (much shorter), as maybe my previous post was
> a bit complicated and not understandable...
> 
> 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?

Have you read the porting guide ?

http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/porting.html


jon


-- 
To conquer oneself is a greater task than conquering others.
	- Buddha 


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