Re: [Cegcc-devel] compilation failure with MSYS

2009-11-19 Thread Geoffroy Couprie
Hello, I just saw this thread and I have some thoughts to share: it is really easy to cross compile cegcc for msys from a linux machine: you have to add something like --host=i586-mingw32msvc to the configure line, and you must have cegcc somewhere to build some libs. Here is my build of CeGCC: h

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

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 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-15 Thread Sébastien Lorquet
Okay. You gave me what I needed, a priority ranking and pointers from where to start. I was not angry in my previous mail, just "afraid" this issue could be overlooked. Happy you do care. Quite frankly I'm not a autoconf/automake expert, but I'm willing to get cegcc working on windows without cygw

Re: [Cegcc-devel] compilation failure with MSYS

2009-11-15 Thread Danny Backx
On Sun, 2009-11-15 at 16:22 +0100, Sébastien Lorquet wrote: > do you think it's such a hard problem? or don't you have time to say > "We dont know" / "We don't care" / "We don't want to support this > platform because cygwin works" ? I'm not asking for a magic instant > fix, but a status update wou

Re: [Cegcc-devel] compilation failure with MSYS

2009-11-15 Thread Sébastien Lorquet
Hi, do you think it's such a hard problem? or don't you have time to say "We dont know" / "We don't care" / "We don't want to support this platform because cygwin works" ? I'm not asking for a magic instant fix, but a status update would be fine. Sebastien

Re: [Cegcc-devel] compilation failure with MSYS

2009-11-10 Thread Sébastien Lorquet
Hi, I'm also trying to build cegcc on msys (winxp) to get rid of cygwin. cygwin is not installed on my system. I have a fresh msys install (v 1.0.11) from sourceforge, along with msys provided bison, flex and libregex. I just checked out the cegcc trunk, and ran cd /repo/cegcc/src/ mkdir build_mi

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-21 Thread Vincent R.
On Mon, 21 Sep 2009 17:25:19 +0200, "Vincent R." wrote: >>> I am really doomed because when I try it but using bison/flex from > mingw >> I >>> have the following error : >>> >>> /bin/sh >>> >> > /z/cygming-home/Realeyes/projects/cegcc/cegcc/src/gcc-4.4.0/gcc/../move-if-change >>> tmp-gi.list gty

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-21 Thread Vincent R.
>> I am really doomed because when I try it but using bison/flex from mingw > I >> have the following error : >> >> /bin/sh >> > /z/cygming-home/Realeyes/projects/cegcc/cegcc/src/gcc-4.4.0/gcc/../move-if-change >> tmp-gi.list gtyp-input.list >> echo timestamp > s-gtyp-input >> build/gengtype.exe

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-21 Thread Vincent R.
On Mon, 21 Sep 2009 14:56:23 +0200, "Vincent R." wrote: > On Sun, 20 Sep 2009 09:51:07 +0200 (CEST), Vincent Torri > wrote: >> On Mon, 10 Aug 2009, Vincent Torri wrote: >> >>> >>> Hey, >>> >>> I have installed MSYS, bison (bin + dep on GnuWin32), flex (bin on >>> GnuWin32), >>> GMP 4.2.4 (compil

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-21 Thread Vincent R.
On Sun, 20 Sep 2009 09:51:07 +0200 (CEST), Vincent Torri wrote: > On Mon, 10 Aug 2009, Vincent Torri wrote: > >> >> Hey, >> >> I have installed MSYS, bison (bin + dep on GnuWin32), flex (bin on >> GnuWin32), >> GMP 4.2.4 (compilation of the source code from mingw SF repo), MPRF >> 2.4.1 >> (compi

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-20 Thread Vincent Torri
On Mon, 10 Aug 2009, Vincent Torri wrote: > > Hey, > > I have installed MSYS, bison (bin + dep on GnuWin32), flex (bin on GnuWin32), > GMP 4.2.4 (compilation of the source code from mingw SF repo), MPRF 2.4.1 > (compilation of the source code from mingw SF repo) > > I modified ac_default_prefi

[Cegcc-devel] compilation failure with MSYS

2009-08-10 Thread Vincent Torri
Hey, I have installed MSYS, bison (bin + dep on GnuWin32), flex (bin on GnuWin32), GMP 4.2.4 (compilation of the source code from mingw SF repo), MPRF 2.4.1 (compilation of the source code from mingw SF repo) I modified ac_default_prefix of build-mingw32ce.sh to /local/opt/mingw32ce In src/,