Øyvind Harboe schrieb:
Some more details on what I'm working on:
http://www.zylin.com/nios2libstdc++.html
Off topic cygwin: I did a similar project recently, adding libstdc++
support for a weird platform without proper sources.
A company called dSpace sells hardware with some custom RtLinux on some
i686 which doesn't support C++, only plain C. Their mingw gcc
crosscompiler was compiled without C++ support. So I built my own cygwin
based gcc toolchain for this platform. Without the need for the binutils
thanksfully.
I haven't got exception handling and threads on this real-time thing
working though. On the ARM it might be useful, but in Formula 1 we don't
worry :) The STL is good enough.
The real solution to this problem involves twisting the arm of Altera
not to include a version of Cygwin, IMHO.
--
Reini Urban
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/