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


_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to