This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help for building cross gcc for m68k
- From: Johnny Huynh <huynh at ugrad dot cs dot ualberta dot ca>
- To: "David J. Stelte" <stelte at comcast dot net>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 13 May 2004 15:51:25 -0600 (MDT)
- Subject: Re: Help for building cross gcc for m68k
- References: <40A3E93E.3000506@comcast.net>
On Thu, 13 May 2004, David J. Stelte wrote:
> I've searched the entire cygwin directory structure for another *as.exe,
> but none can be found, so I'm convinced that the build process is not
> producing a cross assembler.
You need to build the assembler and loader found in binutils (downloaded
separately):
http://sources.redhat.com/binutils
Building a cross compiler in cygwin should be pretty much the same as the
build process in *nix:
http://www.objsw.com/CrossGCC/FAQ-4.html
Johnny.