Continuing in my efforts to get a cygwin-free compiler for windows.
I managed to build gmp and mpfr for i586-mingw32msvc from linux.
I modified the build-mingw32ce script to add the proper --with-gmp and
--with-mpfr parameters to gcc's configure when host!=build.
Now the failure is at cc1-dummy.
Some progress.
This was a bug in gcc-4.4.
I got gcc bootstrap for gcc 4.1
then mingw
then w32api
gcc was looking good...
... until it tried to compile libstdc++
arm-mingw32ce-c++
-I/home/squalyl/cegcc/cross/gcc/arm-mingw32ce/libstdc++-v3/include/arm-mingw32ce
-I/home/squalyl/cegcc/cross/gcc/
On Tue, 2009-11-17 at 14:51 +0100, Sébastien Lorquet wrote:
> Some progress.
>
> This was a bug in gcc-4.4.
>
> I got gcc bootstrap for gcc 4.1
>
> then mingw
>
> then w32api
>
> gcc was looking good...
>
> ... until it tried to compile libstdc++
So which version of the compiler are you usin