public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/21162] Build failure
Date: Fri, 22 Apr 2005 15:56:00 -0000	[thread overview]
Message-ID: <20050422155550.26767.qmail@sourceware.org> (raw)
In-Reply-To: <20050422151226.21162.jdavidb@goreadthebible.com>


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-22 15:55 -------

/usr/bin/ld: warning: sparc architecture of input file
`../build-sparc64-unknown-linux-gnu/libiberty/libiberty.a(hashtab.o)' is
incompatible with sparc:v9 output

This means that you are building a sparc 64 bit but have building orginaly with a sparc 32bit compiler. 

So this is invalid.  Read the installation instructions, I think there might be something there about this.
If there is not, here is how to do this:

configure --target=sparc-linux-gnu --host=sparc-linux-gnu --build=sparc-linux-gnu 
otherconfigoptions && make bootstrap && make -k check && make install

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21162


  parent reply	other threads:[~2005-04-22 15:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-22 15:13 [Bug bootstrap/21162] New: " jdavidb at goreadthebible dot com
2005-04-22 15:15 ` [Bug bootstrap/21162] " jdavidb at goreadthebible dot com
2005-04-22 15:56 ` pinskia at gcc dot gnu dot org [this message]
2005-04-22 16:01 ` jdavidb at goreadthebible dot com
2005-04-22 17:02 ` jdavidb at goreadthebible dot com
2005-04-22 17:24 ` pinskia at gcc dot gnu dot org
2005-04-22 17:38 ` ebotcazou at gcc dot gnu dot org
2005-04-22 17:42 ` ebotcazou at gcc dot gnu dot org
2005-04-22 17:50 ` jdavidb at goreadthebible dot com
2005-04-22 18:09 ` davem at gcc dot gnu dot org
2005-04-22 18:13 ` jdavidb at goreadthebible dot com
2005-04-22 18:15 ` jdavidb at goreadthebible dot com
2005-04-22 18:21 ` davem at gcc dot gnu dot org
2005-04-22 18:25 ` jdavidb at goreadthebible dot com
2005-04-22 18:27 ` davem at gcc dot gnu dot org

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=20050422155550.26767.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).