This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/29430] Assembler messages: Error: invalid architecture -xarch=v8
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Oct 2006 10:53:29 -0000
- Subject: [Bug driver/29430] Assembler messages: Error: invalid architecture -xarch=v8
- References: <bug-29430-13391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-10-11 10:53 -------
This
> ../configure --with-mpfr=/logiciels/public/gmp-4.1.4/lib --enable-shared
> --with-gnu-as=/logiciels/public/binutils-2.9/bin/as
> --with-gnu-ld=/logiciels/public/binutils-2.9/bin/ld
and that
> I thought it was a pb of as and ld so I compiled binutils2.16
> but I've got the same pb (before I've used sun as -and gnu ld)
seems to be contradictory.
Your syntax is incorrect: --with-gnu-as and --with-gnu-ld take no argument.
Configure like your 3.2.1 compiler was configured and that will work.
--
ebotcazou at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ebotcazou at gcc dot gnu dot
| |org
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29430