From owner-freebsd-arm@FreeBSD.ORG Thu Jun 4 15:24:02 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 7C8FD106566C for ; Thu, 4 Jun 2009 15:24:02 +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 039898FC57 for ; Thu, 4 Jun 2009 15:24:01 +0000 (UTC) (envelope-from gballet@gmail.com) Received: by bwz26 with SMTP id 26so172943bwz.43 for ; Thu, 04 Jun 2009 08:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ioBshs7JeJZW7CXkXDq41736goFvIXcTS4/INQ8mbNM=; b=mjAYbr23R7sSoImkfLHmnuxFPU32iXEUiP/+mp5anq67yJlq9c9wY+pfUQyGSMZidB 4HSDmBYPPc4+tNmz37nCgTaK0iCWxed0X2ffeGJ6A3OlYisQfgZcIrzvhQiVy8pOkksc GMNUMlh4Y7vOJxidIr6gofsEGnG2Dh0HPRz+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=i1tfBmAwdUx62Oqc0iCVM3MVTgrpiXart+Z9Yari9aMxulgXDicGIBRFdV3isbwMNc Bs7V4HytV6yPMdJUUZhTJR+js1iDZbo7OfOrL0ZcA0GyxsykKf2MisS76zsBcZatcNJ7 KVH3b4p+ol5vM52Tw1rXrmmw8fB5X0HR0vWDM= MIME-Version: 1.0 Received: by 10.204.113.75 with SMTP id z11mr473376bkp.12.1244129041021; Thu, 04 Jun 2009 08:24:01 -0700 (PDT) In-Reply-To: <360403.90502.qm@web59402.mail.ac4.yahoo.com> References: <360403.90502.qm@web59402.mail.ac4.yahoo.com> Date: Thu, 4 Jun 2009 17:24:00 +0200 Message-ID: From: Guillaume Ballet To: Vassilis Laganakos Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-arm@freebsd.org, chuckr@telenix.org 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 15:24:02 -0000 > The arm-none-eabi will give you stuff for bare-metal applications, and th= e > arm-linux-eabi (or arm-linux-gnueabi) =A0will give you stuff for linux. F= or FreeBSD now, > from what I've read there is no arm-freebsd-eabi; I tried that when I bui= lt GCC 4.4.1 > and it wouldn't accept it. Yeah, you would have to explicitely create it by tweaking the platform definition files. > What I've build is arm-unknown-freebsd, although the "unknown" part could > be ommited. Please bear with me while I look for the URL I found the nami= ng > conventions... That could actually be what we are looking for. Do you know if this definition uses eabi?