This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fwd: gcc cross compiler problem
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Cc: "NoFirst NoLast" <mycleanjunk at gmail dot com>
- Date: Tue, 29 Apr 2008 13:20:00 +0100
- Subject: Re: Fwd: gcc cross compiler problem
- References: <17945960804281846j23987b7ayd912c67a1644b8fc@mail.gmail.com> <17945960804281914w1a073133r52450d29059b4dfe@mail.gmail.com>
> I am running into a problem when I am trying to compile GCC to run on
> a i686-pc-linux-gnu (host) but to build source code for target,
> x86_64-pc-linux-gnu. I have build binutils first with the following
> configure parameters:
> --enable-plugin --with-cpu=generic --host=x86_64-pc-linux-gnu
This should be --target=
In future this king of question is more suited to the gcc-help mailing list.
Paul