Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-26 Thread Danny Backx
On Wed, 2007-12-26 at 10:46 +, Pedro Alves wrote: > Danny Backx wrote: > > As I said I had the complete build working on mingw32ce. But not > > everything was working yet, and after I did my changes, > > > And it appears that I didn't do a commit in all dirs yet (w32api and > > mingw were stil

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-26 Thread Pedro Alves
Danny Backx wrote: > As I said I had the complete build working on mingw32ce. But not > everything was working yet, and after I did my changes, > And it appears that I didn't do a commit in all dirs yet (w32api and > mingw were still missing). > Let's try to keep the trunk building at all times,

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-26 Thread Danny Backx
On Tue, 2007-12-25 at 11:37 +, Pedro Alves wrote: > Oh dear, w32api and mingw building are completely broken no > matter the host due to incomplete arm-wince-mingw32ce -> arm-unknown-mingw32ce > renaming. I'm guessing Danny only tried cegcc ... I'm testing/building > the fixes now. Actually,

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-26 Thread Lev Serebryakov
Hello, Pedro. You wrote 26 декабря 2007 г., 2:41:20: > I've also changed the default target name to "arm-mingw32ce". Please update > and rebuild from scratch. If you run into any problem, please report it and > retry with changing the target to arm-wince-mingw32ce or > arm-unknownn-mingw32ce, in

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-25 Thread Pedro Alves
Pedro Alves wrote: > Oh dear, w32api and mingw building are completely broken no > matter the host due to incomplete arm-wince-mingw32ce -> arm-unknown-mingw32ce > renaming. I'm guessing Danny only tried cegcc ... I'm testing/building > the fixes now. > I've checked all my changes in. I've als

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-25 Thread Pedro Alves
Lev Serebryakov wrote: > Hello, Lev. > You wrote 23 декабря 2007 г., 19:42:13: > >> I have cygwin's `sed': GNU sed version 4.1.5 > Ok, cleaned up PATH (with ONLY cygwin paths) solve this problem. But > now I surely have problmes with sources: crt1.o can not be built: > > configure: configuring

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-24 Thread Lev A. Serebryakov
Danny Backx wrote: > Lev, have you tried building with flex on your FreeBSD system too ? Ok, flex + bison + gmake on FreeBSD produce SAME error as `clear cygwin', so I sure, it is problem of source tree :( arm-unknown-mingw32ce-gcc -c -D__CRTDLL__ -U__MSVCRT__ -g -O2 -I /usr/home/lev/cegcc/s

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-24 Thread Pedro Alves
Danny Backx wrote: > What you write is true, but I don't think we use gmake specific > functionality. > No, gcc *requires* gmake. http://gcc.gnu.org/install/prerequisites.html - This SF.net email is sponsored by: Microsoft

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-24 Thread Danny Backx
On Mon, 2007-12-24 at 10:21 +0100, Jacek M. Holeczek wrote: > I don't have much practice in *BSD systems. However, I have learned that > the default "make" in these systems in NOT GNUmake. Hence, if a utility > uses any GNUmake functionality in the Makefile, *BSD will fail to make it, > unless one

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-24 Thread Jacek M. Holeczek
Hi, I don't have much practice in *BSD systems. However, I have learned that the default "make" in these systems in NOT GNUmake. Hence, if a utility uses any GNUmake functionality in the Makefile, *BSD will fail to make it, unless one explicitly uses/calls the "gmake" (this is a separate additional

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-23 Thread Lev Serebryakov
Hello, Lev. You wrote 23 декабря 2007 г., 19:42:13: > I have cygwin's `sed': GNU sed version 4.1.5 Ok, cleaned up PATH (with ONLY cygwin paths) solve this problem. But now I surely have problmes with sources: crt1.o can not be built: configure: configuring in mingwex configure: running /bin/sh

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-23 Thread Lev Serebryakov
Hello, Lev. You wrote 22 декабря 2007 г., 11:26:47: > I can not build even binutils (I run script build-mingw32ce.sh): > gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g > -O2 -o ar.exe arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o > binemul.o emul_vanilla.o bucomm.o versio

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-22 Thread Lev Serebryakov
Hello, Lev. You wrote 22 декабря 2007 г., 11:26:47: > I can not build even binutils (I run script build-mingw32ce.sh): > gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g > -O2 -o ar.exe arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o > binemul.o emul_vanilla.o bucomm.o versio

Re: [Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-22 Thread Danny Backx
On Sat, 2007-12-22 at 11:26 +0300, Lev Serebryakov wrote: > Hello, cegcc-devel. > > I can not build even binutils (I run script build-mingw32ce.sh): I've tested this several times on my system, both with the "normal" binutils and with binutils-2.18 . I only have (Mandriva) Linux, with these ve

[Cegcc-devel] Problems build SVN trunk (rev 1099): cygwin host

2007-12-22 Thread Lev Serebryakov
Hello, cegcc-devel. I can not build even binutils (I run script build-mingw32ce.sh): gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -o ar.exe arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.