build trouble with GCC 3.0
Khoa Do
kdo@stratacare.com
Tue Jan 8 13:05:00 GMT 2002
According to the build status page, I should be able to build GCC
3.0 on i686 cygwin.
Does anybody have the same problems that I have or pointers on what I could
be doing
wrong?
Configuration:
Win2K Advanced Server SP 2,
Cygwin version 2.125.2.5,
GCC 3.0
1. I checked the build status of GCC 3.0 and found:
i686-pc-cygwin Successful: 3.0
2. I then copied all of the GCC 3.0 tarballs
and expanded all of them into the
/home/Administrator directory
3. Then, I opened up my bash shell
and executed the following commands
per instructions on the
url: http://gcc.gnu.org/install/
$ pwd
/home/Administrator/gcc-3.0
$ cd ..
$ pwd
/home/Administrator
$ mkdir gccobjdir
$ cd gccobjdir
$ ../gcc-3.0/configure
[[[A BUNCH OF STUFF HAPPENS]]]...
updating cache ../config.cache
creating ./config.status
creating Makefile
creating install-defs.sh
creating config.h
[[[SO FAR SO GOOD]]]
$ make bootstrap
[[[A BUNCH OF STUFF HAPPENS]]]...
./gencodes.exe ../../gcc-3.0/gcc/config/i386.md > tmp-codes.h
../../gcc-3.0/gcc/config/i386/i386.md:289: unknown rtx code
'define_asm_attribut
ength" "128")'
make[2]: *** [s-codes] Error 1
make[2]: Leaving directory '/home/Administrator/gccobjdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory '/home/Adminstrator/gccobjdir/gcc'
make: *** [bootstrap] Error 2
[[[THIS IS WHERE THE TROUBLE STARTS]]]
$ make install
/bin/sh ../gcc-3.0/mkinstalldirs /usr/local /usr/local
make[1]: Entering directory '/home/Administrator/gccobjdir/gcc'
./gencodes.exe ../../gcc-3.0/gcc/config/i386/i386.md > tmp-codes.h
../../gcc-3.0/gcc/config/i386/i386.md: unknown rtx code 'define_asm_attribut
's
../../gcc-3.0/gcc/config/i386/i386.md:289: following context is ' [(set_attr
"l
ength" "128")'
make[1]: *** [s-codes] Error 1
make[1]: Leaving directory '/home/Administrator/gccobjdir/gcc'
make: *** [install-gcc] Error 2
[[[CAN'T GO ANY FURTHER]]]
More information about the Gcc-help
mailing list