Re: [Cegcc-devel] compilation failure with MSYS

2009-11-17 Thread Sébastien Lorquet
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.

Re: [Cegcc-devel] compilation failure with MSYS

2009-11-17 Thread Sébastien Lorquet
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/

Re: [Cegcc-devel] compilation failure with MSYS

2009-11-17 Thread Danny Backx
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