From owner-freebsd-sparc64@FreeBSD.ORG Sun Jun 14 16:07:52 2015 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDA6542A for ; Sun, 14 Jun 2015 16:07:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C707FE5C for ; Sun, 14 Jun 2015 16:07:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-2.local (CPE001b2128d5c4-CM185933427c47.cpe.net.cable.rogers.com [99.239.214.222]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id DB035B94E; Sun, 14 Jun 2015 12:07:50 -0400 (EDT) Message-ID: <557DA6D5.4070800@FreeBSD.org> Date: Sun, 14 Jun 2015 12:07:49 -0400 From: John Baldwin User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Mark Cave-Ayland , freebsd-sparc64@freebsd.org Subject: Re: PCI range checking under qemu-system-sparc64 References: <53F73E6F.9080805@ilande.co.uk> <2084808.1lxSgnvf69@ralph.baldwin.cx> <557ADCAB.9020409@FreeBSD.org> <557B6116.70900@ilande.co.uk> <557C1162.3000106@FreeBSD.org> <557D82F8.50908@ilande.co.uk> In-Reply-To: <557D82F8.50908@ilande.co.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Sun, 14 Jun 2015 12:07:51 -0400 (EDT) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 16:07:53 -0000 On 6/14/15 9:34 AM, Mark Cave-Ayland wrote: > On 13/06/15 12:17, John Baldwin wrote: > >> FYI, the steps I took to build a new ISO in an amd64 host were the following: >> >> - download an existing HEAD snap ISO >> - untar that to a directory named foo/tree >> - use 'make TARGET=sparc64 buildkernel' to build a test kernel >> - 'make TARGET=sparc64 installkernel DESTDIR=foo/tree' >> - 'sh /usr/src/release/sparc64/mkisoimages.sh -b "test" sparc64.iso foo/tree' >> >> I was then able to boot sparc64.iso. > > Thanks for the detail. I've just tried the build again using the > FreeBSD-10.1-RELEASE ISO for amd64 and the make buildkernel fails like this: > > ... > > Does the latest HEAD contain a fix for this error or have I > misconfigured something? Did you do 'make TARGET=sparc64 kernel-toolchain' first? -- John Baldwin