|
| | Subject: | Re: Fwd: gcc cross compiler problem | | Group: | Gcc | | From: | Paul Brook | | Date: | 29 Apr 2008 |
> 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
|