This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: unable to configure for m68k
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: Bart Locanthi <bart at sabl dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 21 May 2004 00:29:02 -0400
- Subject: Re: unable to configure for m68k
- References: <40AD7974.4060907@sabl.com>
Bart Locanthi <bart@sabl.com> writes:
> as: unrecognized option `-mc68020'
> make[1]: *** [crtbegin.o] Error 1
> make[1]: Leaving directory `/usr/local/src/gcc-3.4.0/gcc'
> make: *** [all-gcc] Error 2
>
> suggestions welcome.
You have to build the cross-assembler, in the binutils package, first.
Use the same --prefix. There is a crossgcc FAQ around somewhere.
Ian