help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

building MIPS/WinCE target


From: Michael Shestero
Subject: building MIPS/WinCE target
Date: Tue, 29 Mar 2005 21:19:41 +0400

Hi,

I need to build the standart C++ code (it uses STL including
iostream/stringstream's) to my old MIPS HPC with MS Windows CE 3.0.
Unfortnately MS eC++ 3.0 doesn't support stringstream and MS eC++ 4.0
doesn't support MIPS HCP targets.

So I turn from MS eVC++ to GCC and now I am tring technique described at
http://www.toyoshima-house.net/wince/ .
But it doesn't run well. I was unable to reproduce the process of building
the compiler using FreeBSD 4.11 and 5.2 (with different errors related to
libraries; perhabs I should try a particular version of Linux).

Is there any ready to-use solutions (with GCC or may be some other C++
compilers)? I found a URL to prebuild GNU g++ compiler with MIPS/WinCE
target, but it was dead :-(

I am also feel uneasy about that note about __gxx_personality_v0 error at
the bottom of the text. My code apparently used exceptions so far as it used
STL. What is the nature of this error?

PS What I'm need to build is a console application. The best solution should
give me possibility to use cout and cin.

Mi6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]