first stab at a cross compiler ...
Ian Lance Taylor
iant@google.com
Fri Apr 15 05:11:00 GMT 2011
kevin diggs <diggskevin38@gmail.com> writes:
> as: unrecognized option `-m68020'
>
> How do I tell it to use the binutils installed in
> /opt/cross/q700/binutils-2.16.1? 3.4.6 does not have the
> --with-build-time-tools= configure option. I put
> yadda/yadda/binutils-2.16.1/bin in my path but that did not seem to
> help?
When you configure the binutils and gcc, use the same --prefix
argument. First configure and install the binutils, then configure
gcc. If you do that, it should all just work.
Ian
More information about the Gcc-help
mailing list