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
