From owner-freebsd-questions@FreeBSD.ORG Sat Jun 28 06:45:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A89401065675 for ; Sat, 28 Jun 2008 06:45:03 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 40CA88FC20 for ; Sat, 28 Jun 2008 06:45:03 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:62959 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KCUBB-0005zm-8r for freebsd-questions@freebsd.org; Sat, 28 Jun 2008 08:45:01 +0200 Received: (qmail 34830 invoked from network); 28 Jun 2008 08:45:01 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 28 Jun 2008 08:45:01 +0200 Received: (qmail 94181 invoked by uid 1001); 28 Jun 2008 08:45:01 +0200 Date: Sat, 28 Jun 2008 08:45:01 +0200 From: Erik Trulsson To: Jim Pazarena Message-ID: <20080628064501.GA94115@owl.midgard.homeip.net> References: <4865D49E.9090708@ccstores.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4865D49E.9090708@ccstores.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1KCUBB-0005zm-8r. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KCUBB-0005zm-8r 45b3d995092aed5d2f32d8cad7030b80 Cc: freebsd-questions@freebsd.org Subject: Re: gcc cross compiling for CRIS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2008 06:45:03 -0000 On Fri, Jun 27, 2008 at 11:05:18PM -0700, Jim Pazarena wrote: > The options available for cross compiling a CRIS binary > within gcc do not seem to work. I have no idea what a "CRIS binary" might be, but that probably does not matter. > > Is it possible that the base gcc doesn't have cross-compiling > built in? The base gcc is not configured as a cross compiler, no. If you want a cross compiler look at the devel/cross-gcc and devel/cross-binutils ports. -- Erik Trulsson ertr1013@student.uu.se