From owner-freebsd-questions Wed Oct 25 14:33:29 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA18417 for questions-outgoing; Wed, 25 Oct 1995 14:33:29 -0700 Received: from irbs.irbs.com (irbs.com [199.182.75.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA18406 for ; Wed, 25 Oct 1995 14:33:23 -0700 Received: (from jc@localhost) by irbs.irbs.com (8.6.12/8.6.6) id RAA20219; Wed, 25 Oct 1995 17:32:20 -0400 From: John Capo Message-Id: <199510252132.RAA20219@irbs.irbs.com> Subject: Re: 68K cross assembler? To: terry@lambert.org (Terry Lambert) Date: Wed, 25 Oct 1995 17:32:19 -0400 (EDT) Cc: jc@irbs.com, mike@hpanalog.mdc.com, questions@freebsd.org In-Reply-To: <199510252113.OAA19519@phaeton.artisoft.com> from "Terry Lambert" at Oct 25, 95 02:13:21 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: 1170 Sender: owner-questions@freebsd.org Precedence: bulk Terry Lambert writes: > > > 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-(. > You can build the binutils package will all targets compiled in. Don't know if it will figure out what the target is if you do `size file' for instance. AFAIK the compiler must be built for a specific target. Not that big a deal unless you have tools for dozens of environments. It better than nothing. John Capo IRBS Engineering High performance FreeBSD systems