From owner-freebsd-questions Wed Oct 25 14:21:57 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA17099 for questions-outgoing; Wed, 25 Oct 1995 14:21:57 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA17088 for ; Wed, 25 Oct 1995 14:21:53 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA19519; Wed, 25 Oct 1995 14:13:21 -0700 From: Terry Lambert Message-Id: <199510252113.OAA19519@phaeton.artisoft.com> Subject: Re: 68K cross assembler? To: jc@irbs.com (John Capo) Date: Wed, 25 Oct 1995 14:13:21 -0700 (MST) Cc: mike@hpanalog.mdc.com, questions@freebsd.org In-Reply-To: <199510251938.PAA18593@irbs.irbs.com> from "John Capo" at Oct 25, 95 03:38:26 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 857 Sender: owner-questions@freebsd.org Precedence: bulk > I use the GNU tools for cross compiling to 68XXX and to MIPS CPU's. > Its trivial to build cross tools these days. > > Pick up the latest binutils from a GNU site, binutils-2.5.2, and > gcc-2.6.3. > > I use this to build executables in sun3 object format. > ./configure -v --host=386bsd --target=sun3 Say. That's annoying. I really hate non-incremental cross build environments. I guess it comes from using configure instead of makefiles to do the cross build ...that's the problem with configure: it wants a single target to result from the configuration process. No way to mount the same CDROM/read-only-NFS on multiple machines and generate working code without fighting the configure program first. 8-(. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.