From owner-freebsd-arm@FreeBSD.ORG Sat Jul 26 06:37:37 2014 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 ESMTPS id 78DC4864 for ; Sat, 26 Jul 2014 06:37:37 +0000 (UTC) Received: from c.mail.sonic.net (c.mail.sonic.net [64.142.111.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FAF02BB4 for ; Sat, 26 Jul 2014 06:37:37 +0000 (UTC) Received: from zeppelin.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) (authenticated bits=0) by c.mail.sonic.net (8.14.9/8.14.9) with ESMTP id s6Q6bSx3019548 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 25 Jul 2014 23:37:29 -0700 Message-ID: <53D34CA8.4040009@freebsd.org> Date: Fri, 25 Jul 2014 23:37:28 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: what's the updated command(s) to build a toolchain for r-pi! References: <538542CC-D053-4904-AE6F-0C76D946F971@mail.turbofuzz.com> In-Reply-To: <538542CC-D053-4904-AE6F-0C76D946F971@mail.turbofuzz.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Sonic-CAuth: UmFuZG9tSVYzZ0B/qMICdtg9Ry8/dbidxEEhKdtI9c9yotVluUvnnTLJJL0sbcrhTfbF9mmcuTomh1DnYJPoJrAvQYlfYuN5UntUlFY6wSU= X-Sonic-ID: C;cA4gUI8U5BGpWLCEoK8kYw== M;Yr3xUI8U5BGpWLCEoK8kYw== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2014 06:37:37 -0000 On 07/25/14 23:24, Jordan Hubbard wrote: > On Jul 25, 2014, at 11:16 PM, Adrian Chadd wrote: > >> So, assuming I'm starting from scratch (and just assume I'm doing it >> in a jail, so there's no existing toolchain to interfere) - what's the >> correct way to build the cross-dev toolchain so it'll work for >> crochet? > I was going to ask that too. On -current, the crochet instructions don’t actually work since the GCC xdev build blows up. Conversely, the clang xdev build works, but then crochet can’t find the compiler it’s looking for and it blows up there. I’m reduced to building world on the RPI itself. 22 hours and counting. ;-) > > - Jordan > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > Why do you need the xdev toolchain for building world? Just make buildworld TARGET=arm TARGET_ARCH=armv6 will do the trick. -Nathan