From owner-freebsd-arm@FreeBSD.ORG Tue Apr 16 05:01:51 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1BE6491 for ; Tue, 16 Apr 2013 05:01:51 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id AA731D27 for ; Tue, 16 Apr 2013 05:01:51 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r3G51nxg059028; Tue, 16 Apr 2013 05:01:49 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id 7pp9c5r6zu8qeggewduub77kmw; Tue, 16 Apr 2013 05:01:49 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: Unable to compile vcuserland Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: Date: Mon, 15 Apr 2013 22:01:47 -0700 Content-Transfer-Encoding: 7bit Message-Id: <122500FE-B810-4815-9D33-1080A0F8FD85@kientzle.com> References: <51438529.4080604@bluezbox.com> <4FD89AF1-AF9D-4950-8AA4-9CC95FE66D46@kientzle.com> <456661659-1363845801-cardhu_decombobulator_blackberry.rim.net-733146442-@b26.c6.bise3.blackberry> <51687F65.4020703@bluezbox.com> To: Alie Tan X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 05:01:51 -0000 On Apr 15, 2013, at 9:15 PM, Tim Kientzle wrote: > > You'll hit some more errors after this (most seem to be real errors > in vcuserland that clang detects and gcc does not). Getting > vcuserland to build with clang will take a little more work. I just found out that Oleksandr has fixed this and several other issues in his github repository. Please update your vcuserland checkout and try again. It now builds cleanly for me on a clang-based system. Tim