PCI range checking under qemu-system-sparc64

John Baldwin jhb at FreeBSD.org
Sun Jun 14 16:07:53 UTC 2015


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


More information about the freebsd-sparc64 mailing list