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
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
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/
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.
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
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
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
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
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
>> 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
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
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
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
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/,
14 matches
Mail list logo