From owner-freebsd-arch@FreeBSD.ORG Fri Apr 28 14:12:38 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 003EE16A400 for ; Fri, 28 Apr 2006 14:12:37 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C0AE43D48 for ; Fri, 28 Apr 2006 14:12:36 +0000 (GMT) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.6/8.13.4) with ESMTP id k3SEkCeo031839; Fri, 28 Apr 2006 16:46:13 +0200 (CEST) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.13.6/8.13.4/Submit) id k3SEkCUp031838; Fri, 28 Apr 2006 16:46:12 +0200 (CEST) (envelope-from mlfbsd) Date: Fri, 28 Apr 2006 16:46:12 +0200 From: Olivier Houchard To: Helmut Schneider Message-ID: <20060428144612.GA31797@ci0.org> References: <00e101c66acb$526b8000$609b65c1@vpe.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00e101c66acb$526b8000$609b65c1@vpe.de> User-Agent: Mutt/1.4.1i Cc: freebsd-arch@freebsd.org Subject: Re: targ-cpu.h X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 14:12:38 -0000 On Fri, Apr 28, 2006 at 03:54:50PM +0200, Helmut Schneider wrote: > Hi, > > please forgive my noob question. I have a new CPU (AMD64) and I > successfully played around with cross compiling to i386. > Now, a collegue of mine asked me if it is also possible to do this with > ARM. But is seems that there are some things missing for that plattform: > > Where do I get as/arm-freebsd/targ-cpu.h etc. from? > > Thanks, Helmut > Hi Helmut, To be able to build a cross-compiler, you need to apply the following patches : http://people.FreeBSD.org/~cognet/contrib-arm.diff http://people.FreeBSD.org/~cognet/gnu-arm.diff Cheers, Olivier