From owner-freebsd-arm@FreeBSD.ORG Thu Jun 4 13:12:29 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E28B106564A for ; Thu, 4 Jun 2009 13:12:29 +0000 (UTC) (envelope-from gballet@gmail.com) Received: from mail-bw0-f226.google.com (mail-bw0-f226.google.com [209.85.218.226]) by mx1.freebsd.org (Postfix) with ESMTP id D0B948FC1B for ; Thu, 4 Jun 2009 13:12:28 +0000 (UTC) (envelope-from gballet@gmail.com) Received: by bwz26 with SMTP id 26so68776bwz.43 for ; Thu, 04 Jun 2009 06:12:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=DndAKhuthDwkOu78IEPZlIWZTxup6yr8e68gMaM0RaA=; b=TyS0BV31BBM4nBBQPbhVMgge90hGmV9Zf8RX7WgGiVIl/tqPYARfoQh2zx5MU08PTT DtifeygwJTUHaZa4CuhgFmImJgmRYyMRTfMMUaf6koTQLIT4E9hIquAH5jToIDikOSkq Wmo7QB/AyPRtUMoqcdybrjBKn6ACkRLSHUtDI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=q+CnWmbTHz8iGF8ACNWmZo89qnpcglKzyHWuWXmpLptg7qmyzkEgc5ChwXkcam7Bet ALLpkZGBDbPQaCLr7iCiWkBdTkQyyllNKBzyj+9kR4k21aFtjcV6bphzTf321KNLqOy9 SOWmIVUJ8nStXa/OKcHAhPyiOAKY/ZW+PTgXg= MIME-Version: 1.0 Received: by 10.204.119.70 with SMTP id y6mr2037042bkq.72.1244121147745; Thu, 04 Jun 2009 06:12:27 -0700 (PDT) Date: Thu, 4 Jun 2009 15:12:27 +0200 Message-ID: From: Guillaume Ballet To: freebsd-arm@freebsd.org, chuckr@telenix.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: ARMv7 - EABI - Cross Compiler X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2009 13:12:29 -0000 > Doesn't xdev build the 4.2.1 version of gcc, like what's in the tree now? > That's unacceptable to me, gcc didn't bring in support for the Cortex-A8 > processor until 4.3.0. =A0I was able to build a cross-gcc easily using a = target of > "arm-linux-gnueabi", but I'm not sure if that sort of gcc will do for bui= lding > FreeBSD. =A0I'll worry about getting that gcc into the build, but will it= work for > me on a binary basis? > I used arm-none-eabi to compile my loader for the BeagleBoard so as to get rid of the linux-specific stuff by default. But maybe you should define something like arm-freebsd-eabi in gcc's build configuration?