public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Khoa Do <kdo@stratacare.com>
To: "'Richard.Erlston@za.didata.com'" <Richard.Erlston@za.didata.com>
Cc: "'gcc-help@gcc.gnu.org'" <gcc-help@gcc.gnu.org>
Subject: build trouble with GCC 3.0
Date: Tue, 08 Jan 2002 13:05:00 -0000	[thread overview]
Message-ID: <FBA1382A947CD511B3E100D0B7E8C5F149EB10@mail.strata> (raw)

	
	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]]]

             reply	other threads:[~2002-01-08 21:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-08 13:05 Khoa Do [this message]
2002-01-08 18:07 Khoa Do
2002-01-09 11:22 Khoa Do

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FBA1382A947CD511B3E100D0B7E8C5F149EB10@mail.strata \
    --to=kdo@stratacare.com \
    --cc=Richard.Erlston@za.didata.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).