This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: gas: Fatal error: no compiled in support for x86_64
- From: Nick Clifton <nickc at redhat dot com>
- To: Madhu <madhu at cs dot unm dot edu>
- Cc: binutils at sourceware dot org
- Date: Tue, 2 Jan 2018 11:46:11 +0000
- Subject: Re: gas: Fatal error: no compiled in support for x86_64
- Authentication-results: sourceware.org; auth=none
Hi Madhu,
> However with binutils-2.29, calling `as --64' results in
> Fatal error: no compiled in support for x86_64
>
> Doesn't the enable-targets=all include support for x86_64 in a 32bit
> gas?
No. You need to add --enable-64-bit-bfd to the configure command line
to get this support. (When using --enable-targets=all).
Cheers
Nick