From owner-freebsd-arm@FreeBSD.ORG Sun Sep 16 07:43:53 2012 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 92946106566B for ; Sun, 16 Sep 2012 07:43:53 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from smtp3.clear.net.nz (smtp3.clear.net.nz [203.97.33.64]) by mx1.freebsd.org (Postfix) with ESMTP id 590F18FC12 for ; Sun, 16 Sep 2012 07:43:52 +0000 (UTC) Received: from mxin2-orange.clear.net.nz (lb2-srcnat.clear.net.nz [203.97.32.237]) by smtp3.clear.net.nz (CLEAR Net Mail) with ESMTP id <0MAF00KTTMT3UF10@smtp3.clear.net.nz> for freebsd-arm@freebsd.org; Sun, 16 Sep 2012 19:43:51 +1200 (NZST) Received: from 202-0-48-19.paradise.net.nz (HELO localhost) ([202.0.48.19]) by smtpin2.paradise.net.nz with ESMTP; Sun, 16 Sep 2012 19:43:51 +1200 Date: Sun, 16 Sep 2012 19:43:49 +1200 From: Andrew Turner In-reply-to: To: Tim Kientzle Message-id: <20120916194349.6ef4c712@fubar.geek.nz> MIME-version: 1.0 X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; i386-portbld-freebsd8.1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Pirate: Arrrr References: <5053C7D1.2080308@gmail.com> Cc: freebsd-arm@freebsd.org Subject: Re: Unable to build FreeBSD xdev tools for ARM on FreeBSD 10.0-CURRENT 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: Sun, 16 Sep 2012 07:43:53 -0000 On Sat, 15 Sep 2012 14:04:52 -0700 Tim Kientzle wrote: > I looked at this very briefly a while back. It looks like a great > opportunity for someone interested in learning more about > toolchain and library issues. The version of clang in SVN is known to not work on ARM. We need to bring in llvm r162130 [1] to fix an issue where LLVM will crash. There are also a few changes we need to make to clang and LLVM. When I have had a chance to test them I will submit them upstream and pull them into our SVN. Andrew [1] http://llvm.org/viewvc/llvm-project?view=rev&revision=162130