From owner-freebsd-arm@FreeBSD.ORG Sun Sep 1 12:34:01 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D2C1FFBF for ; Sun, 1 Sep 2013 12:34:01 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id B5C0E295C for ; Sun, 1 Sep 2013 12:34:01 +0000 (UTC) Received: from bender.Home (97e5e46b.skybroadband.com [151.229.228.107]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id F00CA5DFF7; Sun, 1 Sep 2013 12:33:54 +0000 (UTC) Date: Sun, 1 Sep 2013 13:33:46 +0100 From: Andrew Turner To: fabiodive Subject: Re: RASPBERRY PI: VFP, error during compilation of freebsd-head Message-ID: <20130901133346.4768238d@bender.Home> In-Reply-To: <9609F3A1-0CF9-49B0-B720-BDF1373E48C8@gmail.com> References: <9609F3A1-0CF9-49B0-B720-BDF1373E48C8@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Sun, 01 Sep 2013 12:34:01 -0000 On Sun, 1 Sep 2013 11:13:43 +0100 fabiodive wrote: > Hello all, > > I tried few times to compile an updated freebsd-head with crochet but > I receive an error. I had one success few weeks ago, now I am trying > to use VFP and hardflot. This is not yet supported in FreeBSD. I'm working on it, but it will take a little more work than just adding -mfloat-abi=hard to CFLAGS. Andrew