From owner-freebsd-arm@freebsd.org Sun Jul 31 01:52:51 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D10D3BA251B for ; Sun, 31 Jul 2016 01:52:51 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qt0-x22b.google.com (mail-qt0-x22b.google.com [IPv6:2607:f8b0:400d:c0d::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8982B169D for ; Sun, 31 Jul 2016 01:52:51 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qt0-x22b.google.com with SMTP id 52so87747197qtq.3 for ; Sat, 30 Jul 2016 18:52:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=spqewbZRH8jmDpZeLCCe1vq0c6YD+jkUvL7TLiXyP24=; b=cp9koNwDyzvUdmCESwV5z9fBpxGNPX6tdTEj683Wx5G93e3UPXRtoZat8r5ray+6QH DYiWY4ZA6pIhG1cUeSg5W/9kLqGU8a/cJutpelgFK5u514c+2FuqrgyYB4KQwUdzfHvL bXxv3k0naa8rugIzJpgMUJ3lBuCH/vQbu4Knc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=spqewbZRH8jmDpZeLCCe1vq0c6YD+jkUvL7TLiXyP24=; b=dfiW8objfwsydFbjbOlAloMMVidLCdc9jRLSYJMY9duHeNb6Pch0SROiYA02gFOrBy Deqx5AM5GXyv2y5nWZh9UZz3HkJhUjSsCfju+h0OwXaUvXG5eZqDNvBaGbJBCJI0PrTM rMa9z1zYOQCFa5LvoO1uSoTHJyfREGFeqq7Sx3gPCyxVwN9cFqWC/bw0PZ0dUa54u7JS uyVlTftVvhVPvhjgp5Xep7e2KBpADmRwlXzS4/njhbWCVMVE3hyfe1n9W4rzYH2QbMdM xyGxCWO5LcedL4VQQMZAZ/r4H5FxDQ0WWeQQnKN1KpVGBnENazGRr5VY46R4j8sooEDU 1T2Q== X-Gm-Message-State: AEkoouvFKsu+KSonsEBRpN22+wkmOmD7vbcLfXtoqqGNaXJXdrO1uOy+AT1+u4KyT+IYMg== X-Received: by 10.200.38.107 with SMTP id v40mr78732248qtv.76.1469929970222; Sat, 30 Jul 2016 18:52:50 -0700 (PDT) Received: from [192.168.0.14] ([187.60.94.34]) by smtp.googlemail.com with ESMTPSA id k8sm13916366qke.39.2016.07.30.18.52.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 30 Jul 2016 18:52:49 -0700 (PDT) To: "freebsd-arm@freebsd.org" From: =?UTF-8?B?T3RhY8OtbGlv?= Subject: How to create a armv6hf poudriere jail? Message-ID: <9420a1bc-4b77-0cc7-5f1a-37686ab634ab@bsd.com.br> Date: Sat, 30 Jul 2016 22:52:42 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 01:52:51 -0000 Dears Reading https://wiki.freebsd.org/FreeBSD/arm/crossbuild I found this: "The armv6 architecture is being deprecated in favor of armv6hf, which gives better floating point performance." So, I want create a pouderiere jail to cross build packages for my beaglebone black. So I type this command: poudriere jail -x -c -j 110-armv6hf -a arm.armv6hf -m svn -v 11.0-BETA3@303469 I got: [00:00:00] ====>> Cross-building ports for arm.armv6hf on amd64 requires QEMU [00:00:00] ====>> Error: You need to setup an emulator with binmiscctl(8) for armv6hf Reading binmiscctl I do not found a option to armv6hf. So how can I do to create a jail and build ports with support to hardware float point in arm? Thanks a lot []'s -Otacilio