From owner-freebsd-arm@FreeBSD.ORG Fri Jun 5 00:05:00 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 743B71065673 for ; Fri, 5 Jun 2009 00:05:00 +0000 (UTC) (envelope-from vassilis.laganakos@yahoo.com) Received: from n7a.bullet.mail.ac4.yahoo.com (n7a.bullet.mail.ac4.yahoo.com [76.13.13.70]) by mx1.freebsd.org (Postfix) with SMTP id 12F3E8FC15 for ; Fri, 5 Jun 2009 00:04:59 +0000 (UTC) (envelope-from vassilis.laganakos@yahoo.com) Received: from [76.13.13.26] by n7.bullet.mail.ac4.yahoo.com with NNFMP; 05 Jun 2009 00:04:59 -0000 Received: from [76.13.10.179] by t3.bullet.mail.ac4.yahoo.com with NNFMP; 05 Jun 2009 00:04:59 -0000 Received: from [127.0.0.1] by omp120.mail.ac4.yahoo.com with NNFMP; 05 Jun 2009 00:04:59 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 529898.95252.bm@omp120.mail.ac4.yahoo.com Received: (qmail 73216 invoked by uid 60001); 5 Jun 2009 00:04:59 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1244160299; bh=0K9IptVGSUdZR/z/NrbBcWIQmhsfJvnGC+LdQqhe8oQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=ml+WjWuGMOi3uwHKsecOJClaXLoYXNvtp3988K/brYKpnMOoLjQD3tKVizT0roLE5JWPQSbfUqa5IqkBRcT8XHFbCJp12Be/Jpoj20u3NviqcV3Q0Ao07KrG/0YzOx9QhOMFQ9Y3cpi5TtfP2AH6nR+iwnJjbjSZPijh/+aIV8E= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=ZbtaRnlbNlotg/p8VtsM8Xz75KiaAbxE+Bhwpsup7uyPzFzpa+JqrEE0mbU+2G4idrwdsCQtYvC+NcE4dkLWp3Ux+x2XR2wdqCiJBX/D4o2BV20V7PaUvbax3ZeO/8KF3p6ajyKIpifwd2roh5P5DNMF46GWkD3QwlvBvPdLuyg=; Message-ID: <344051.72501.qm@web59410.mail.ac4.yahoo.com> X-YMail-OSG: hALnapcVM1mpaWRThWqgElvQB1xqv1Jij1zvlALIjsAquXXpSNSzttUUAUPnnrfUkDqQ.USEPTSemE0XbszixvEeWbWpf10Zn3ZVIzQ7MV0.kDchXHZqaAkUr4nE7KsClXO4Hg8iRkvslEAa0mKHieenxYRPFIuBMMGUkYnHL4Df5KLqLdTLAWTDUh2m7fcry1lzyUa.kPvwU735IYAjhsy6SCY92E9SmhOS6TImh.BzVXf5ddTANt1Pe8AkGpY7WOJjp5iW_g0JGkmP8iX6VoyS5Q5diHc28M7y25O7cuQyYdM4rV3RQkTqu3mg_x9eAH42mrjbEzcCBDf5 Received: from [82.6.108.148] by web59410.mail.ac4.yahoo.com via HTTP; Thu, 04 Jun 2009 17:04:59 PDT X-Mailer: YahooMailRC/1357.15 YahooMailWebService/0.7.289.10 Date: Thu, 4 Jun 2009 17:04:59 -0700 (PDT) From: Vassilis Laganakos To: Guillaume Ballet MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 05 Jun 2009 00:05:01 -0000 > > 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 naming > > conventions... > > That could actually be what we are looking for. Do you know if this > definition uses eabi? > I think in GCC 4.3 is where you get ARMv7 architecture support, (see http://gcc.gnu.org/gcc-4.3/changes.html), which is EABI and at GCC 4.4 you have "EABI-compatible profiling interface for EABI targets." (again see http://gcc.gnu.org/gcc-4.4/changes.html). So I've chosen to work on 4.4 just to be sure, and it also supports Cortex-A9, as well as VFPv3 (yeah!). If you meant whether "arm-unknown-freebsd" implies "arm-unknown-freebsd-eabi" (and I've been mumbling about sth else :o) ) that answer I think is "yes". Of course, if I'm mistaken please someone correct me! Kind regards, Vassilis L.