From owner-freebsd-arm@FreeBSD.ORG Wed Apr 13 22:35:44 2011 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 BCB80106566B for ; Wed, 13 Apr 2011 22:35:44 +0000 (UTC) (envelope-from damjan.marion@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4E7058FC12 for ; Wed, 13 Apr 2011 22:35:44 +0000 (UTC) Received: by wyf23 with SMTP id 23so1079524wyf.13 for ; Wed, 13 Apr 2011 15:35:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=uwa/wgClE7Jco0J6/poZODw8b9sds1ICn2SnnUR0PCU=; b=dnJBgEl+wee7D6ufu8ao3xMZBM7jXBdM7GKPYjABKp356HWTJ3fK582OCda7NgOioL xkXeC1FgNT74C2h75AsJxGOW1BJeGbroJ/NJW8a8SzGe7psROBuM1DxBVaoRqcEdeQ4T 2w4GHBphN5pal3Bo+qRYRgQXIOG6M32KHAukc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=mxcEqCmsIoEhAcsqZdv9iIm3njGet6lJ0FvxbeWpqVFI8VX1g7bbjHf8EzneG51du+ dxxQnDao4OXJu3Qeb7bAq8snjMNxeKlo9ZyYp6ia8+bzzBZrbWoaK/gjeLIYI1n7yKhs PALRh84+Az5ra8IKtum0R28aCb9oiDZ0NTb5Y= Received: by 10.216.254.90 with SMTP id g68mr35496wes.16.1302734143285; Wed, 13 Apr 2011 15:35:43 -0700 (PDT) Received: from [192.168.123.4] (cpe-109-60-66-194.zg3.cable.xnet.hr [109.60.66.194]) by mx.google.com with ESMTPS id j49sm499973wer.38.2011.04.13.15.35.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 13 Apr 2011 15:35:42 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Damjan Marion In-Reply-To: <794721.93419.qm@web112111.mail.gq1.yahoo.com> Date: Thu, 14 Apr 2011 00:35:40 +0200 Content-Transfer-Encoding: 7bit Message-Id: <574B5BB8-3BD6-4C87-9FC7-9549C02A2FCD@gmail.com> References: <794721.93419.qm@web112111.mail.gq1.yahoo.com> To: Vassilis Laganakos X-Mailer: Apple Mail (2.1084) Cc: "freebsd-arm@freebsd.org" Subject: Re: LLVM/Clang cross-compiling for ARM 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: Wed, 13 Apr 2011 22:35:44 -0000 Hi Vassilis, On Apr 14, 2011, at 12:02 AM, Vassilis Laganakos wrote: > Hello Damjan, > > ----- Original Message ----- >> From:Damjan Marion >> To:freebsd-arm@freebsd.org >> Cc: >> Sent:Sunday, April 10, 2011 5:10 PM >> Subject:Re: LLVM/Clang cross-compiling for ARM >> >> >> Hi, >> >> What is the current status of LLVM/Clang cross-compiling for ARM targets? >> Is anybody working actively on this? >> > > I started taking a look into building llvm as cross-compiler > for ARM and trying to build -CURRENT for an existing port, > so see how far we get :) > > I'm currently stuck a bit in the first step :) As Mark T. pointed > out in a recent email, llvm in -CURRENT does not cross-build, > so we have to use an external compiler for now. What exactly is missing in current version of llvm in -CURRENT? After reading some high level overview of llvm i was under impression that llvm natively supports multiple targets, but seems that I was wrong. > > I'll hopefully get back soon with some useful info about this... Cool, please keep us updated. Thanks, Damjan