From owner-freebsd-arm@FreeBSD.ORG Mon Apr 20 22:09:36 2015 Return-Path: Delivered-To: freeBSD-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03392AA9; Mon, 20 Apr 2015 22:09:36 +0000 (UTC) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id C33ABAF9; Mon, 20 Apr 2015 22:09:35 +0000 (UTC) Received: from bender.Home (97e07b11.skybroadband.com [151.224.123.17]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id 041D0D7A6F; Mon, 20 Apr 2015 22:09:03 +0000 (UTC) Date: Mon, 20 Apr 2015 23:09:01 +0100 From: Andrew Turner To: Warner Losh Cc: sbruno@freebsd.org, freeBSD-arm@freebsd.org Subject: Re: lastest poudriere run, armv6hf target Message-ID: <20150420230901.666fe888@bender.Home> In-Reply-To: <012688E4-7FB6-4807-A049-014C30BE80D4@bsdimp.com> References: <55316705.9020506@ignoranthack.me> <63DBA00A-509B-4B20-BA3E-07AC5F7C8885@gromit.dlib.vt.edu> <55356425.1030503@ignoranthack.me> <012688E4-7FB6-4807-A049-014C30BE80D4@bsdimp.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 22:09:36 -0000 On Mon, 20 Apr 2015 14:58:10 -0600 Warner Losh wrote: >=20 > > On Apr 20, 2015, at 2:40 PM, Sean Bruno > > wrote: > >=20 > > Signed PGP part > > On 04/19/15 16:45, Paul Mather wrote: > > > On Apr 17, 2015, at 4:03 PM, Sean Bruno > > > wrote: > > > > > >> http://chips.ysv.freebsd.org/build.html?mastername=3D11armv6hf-defau= lt& > > build=3D2015-04-13_18h44m36s > > >> > > >> > > >> > > Not bad. This will probably be the last of the unofficial runs > > that I > > >> do as we are transitioning to official hardware/repos. > > >> > > >> sean > > > > > > Are these packages built on native ARM hardware via Poudriere or > > > are they cross-built? > > > > > > For a while, I have been cross-building my armv6 packages on an > > > amd64 system using Poudriere via qemu-arm-static. Recently, I've > > > been interested in trying armv6hf on my BeagleBone Black. When I > > > try to build an armv6hf jail via Poudriere it complains "Error: > > > You need to setup an emulator with binmiscctl(8) for armv6hf". > > > > > > What binmiscctl signature do I need for armv6hf? > > > > > > > > > Cheers, > > > > > > Paul. > > > > > > > > > > > > > >=20 > > Paul: > >=20 > > I'm using the exact same signature. >=20 > Sadly, there=E2=80=99s no real way to tell them apart at runtime that I= =E2=80=99ve > found except to grovel in the symbol table for =E2=80=98soft float=E2=80= =99. Still > looking and hoping... There is an elf note containing the TARGET_ARCH. You can also use the Tag_ABI_VFP_args attribute [1]. Andrew [1] http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045d/IHI0045D_ABI_adde= nda.pdf