Trying to work with gcc 4.2.4 and I am having some troubles. I tried to build gcc 4.2.4 with ada support using the latest cygwin gcc and a compiled gcc 4.1.2.
If anyone on the list has some pointers I would appreciate it. TIA Output from gcc 4.1.2 building 4.2.4 make[3]: Leaving directory `/tmp/ghdl/cygwin/4142gcc/build/gcc' make[2]: Leaving directory `/tmp/ghdl/cygwin/4142gcc/build' make "DESTDIR=" "RPATH_ENVVAR=LD_LIBRARY_PATH" "TARGET_SUBDIR=i686-pc-cygwin" "bindir=/usr/local/4142gcc-4.2.4/bin" "datadir=/usr/local/4142gcc-4.2.4/share" "exec_prefix=/usr/local/4142gcc-4.2.4" "includedir=/usr/local/4142gcc-4.2.4/include" "datarootdir=/usr/local/4142gcc-4.2.4/share" "docdir=/usr/local/4142gcc-4.2.4/share/doc" "infodir=/usr/local/4142gcc-4.2.4/info" "htmldir=/usr/local/4142gcc-4.2.4/share/doc" "libdir=/usr/local/4142gcc-4.2.4/lib" "libexecdir=/usr/local/4142gcc-4.2.4/libexec" "lispdir=" "localstatedir=/usr/local/4142gcc-4.2.4/var" "mandir=/usr/local/4142gcc-4.2.4/man" "oldincludedir=/usr/include" "prefix=/usr/local/4142gcc-4.2.4" "sbindir=/usr/local/4142gcc-4.2.4/sbin" "sharedstatedir=/usr/local/4142gcc-4.2.4/com" "sysconfdir=/usr/local/4142gcc-4.2.4/etc" "tooldir=/usr/local/4142gcc-4.2.4/i686-pc-cygwin" "build_tooldir=/usr/local/4142gcc-4.2.4/i686-pc-cygwin" "target_alias=i686-pc-cygwin" "BISON=bison" "CC_FOR_BUILD=gcc" "CFLAGS_FOR_BUILD=-g -O2" "CXX_FOR_BUILD=c++" "EXPECT=expect" "FLEX=flex" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LEX=flex" "M4=m4" "MAKE=make" "RUNTEST=runtest" "RUNTESTFLAGS=" "SHELL=/bin/sh" "YACC=bison -y" "`echo 'ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "AR_FLAGS=rc" "`echo 'BOOT_ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "BOOT_CFLAGS=-g -O2" "BOOT_LDFLAGS=" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCXXFLAGS=-g -O2 -fno-implicit-templates" "STAGE1_CFLAGS=-g -fkeep-inline-functions" "STAGE1_CHECKING=--enable-checking" "STAGE1_LANGUAGES=c,ada" "AR_FOR_TARGET=ar" "AS_FOR_TARGET=as" "CC_FOR_TARGET=/tmp/ghdl/cygwin/4142gcc/build/./gcc/xgcc -B/tmp/ghdl/cygwin/4142gcc/build/./gcc/ -B/usr/local/4142gcc-4.2.4/i686-pc-cygwin/bin/ -B/usr/local/4142gcc-4.2.4/i686-pc-cygwin/lib/ -isystem /usr/local/4142gcc-4.2.4/i686-pc-cygwin/include -isystem /usr/local/4142gcc-4.2.4/i686-pc-cygwin/sys-include" "CFLAGS_FOR_TARGET=-O2 -g -O2 " "CPPFLAGS_FOR_TARGET=" "CXX_FOR_TARGET=c++ -B/usr/local/4142gcc-4.2.4/i686-pc-cygwin/bin/ -B/usr/local/4142gcc-4.2.4/i686-pc-cygwin/lib/ -isystem /usr/local/4142gcc-4.2.4/i686-pc-cygwin/include -isystem /usr/local/4142gcc-4.2.4/i686-pc-cygwin/sys-include" "CXXFLAGS_FOR_TARGET=-g -O2 " "DLLTOOL_FOR_TARGET=dlltool" "GCJ_FOR_TARGET=-B/usr/local/4142gcc-4.2.4/i686-pc-cygwin/bin/ -B/usr/local/4142gcc-4.2.4/i686-pc-cygwin/lib/ -isystem /usr/local/4142gcc-4.2.4/i686-pc-cygwin/include -isystem /usr/local/4142gcc-4.2.4/i686-pc-cygwin/sys-include" "GFORTRAN_FOR_TARGET=-B/usr/local/4142gcc-4.2.4/i686-pc-cygwin/bin/ -B/usr/local/4142gcc-4.2.4/i686-pc-cygwin/lib/ -isystem /usr/local/4142gcc-4.2.4/i686-pc-cygwin/include -isystem /usr/local/4142gcc-4.2.4/i686-pc-cygwin/sys-include" "LD_FOR_TARGET=ld" "LIPO_FOR_TARGET=lipo" "LDFLAGS_FOR_TARGET=" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 " "LIBCXXFLAGS_FOR_TARGET=-g -O2 -fno-implicit-templates" "NM_FOR_TARGET=nm" "OBJDUMP_FOR_TARGET=objdump" "RANLIB_FOR_TARGET=ranlib" "STRIP_FOR_TARGET=strip" "WINDRES_FOR_TARGET=windres" "`echo 'LANGUAGES=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "LEAN=false" "CONFIG_SHELL=/bin/sh" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" compare make[2]: Entering directory `/tmp/ghdl/cygwin/4142gcc/build' make[3]: Entering directory `/tmp/ghdl/cygwin/4142gcc/build' rm -f stage_current make[3]: Leaving directory `/tmp/ghdl/cygwin/4142gcc/build' Comparing stages 2 and 3 warning: ./cc1-checksum.o differs warning: ./libgcc/_chkstk.o differs Bootstrap comparison failure! ./ada/exp_aggr.o differs make[2]: *** [compare] Error 1 make[2]: Leaving directory `/tmp/ghdl/cygwin/4142gcc/build' make[1]: *** [stage3-bubble] Error 2 make[1]: Leaving directory `/tmp/ghdl/cygwin/4142gcc/build' make: *** [all] Error 2 [EMAIL PROTECTED] /tmp/ghdl/cygwin/4142gcc/build -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Barthel Sent: Monday, August 04, 2008 12:52 PM To: GHDL discuss list Subject: [Ghdl-discuss] GHDL-0.27 for Cygwin Hello, I am trying to build ghdl-0.27 for cygwin. I did it for ghdl-0.26 without any problems. Here is the procedure I used for ghdl-0.26: http://home.comcast.net/~bp_labs/software/ghdl/index.htm I am having trouble building gcc-4.2.4 for the ghdl-0.27 build. I am using the following steps for ghdl-0.27: wget ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.2.4/gcc-core-4.2.4.tar.bz2 wget ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.2.4/gcc-ada-4.2.4.tar.bz2 mkdir gcc-4.2.4-build cd gcc-4.2.4-build ../gcc-4.2.4/configure -prefix=/usr/local/gcc-4.2.4 -enable-languages=c,ada >& configure.txt make >& make.txt Make fails with the following error: Comparing stages 2 and 3 warning: ./cc1-checksum.o differs warning: ./libgcc/_chkstk.o differs Bootstrap comparison failure! ./ada/exp_aggr.o differs make[2]: *** [compare] Error 1 make[2]: Leaving directory `/tmp/gcc-4.2.4-build' make[1]: *** [stage3-bubble] Error 2 make[1]: Leaving directory `/tmp/gcc-4.2.4-build' make: *** [all] Error 2 The build works fine if I just build for 'c' and do not include 'ada'. I am using gcc-3.4.4 that comes wth Cygwin for the builds. Does anyone know what the problem might be? Thanks, Dirk _______________________________________________ Ghdl-discuss mailing list [EMAIL PROTECTED] https://mail.gna.org/listinfo/ghdl-discuss -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 - - +1 (443) 269-1555 x333 Baltimore, Maryland 21218 - - - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- This message is copyright PD Inc, subject to license 20080407P00. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/