aarch64-arm64 fails to build kernel 12-current raspberry pi 3
tech-lists
tech-lists at zyxst.net
Fri Jul 13 10:15:32 UTC 2018
On 12/07/2018 19:32, Dimitry Andric wrote:
> No, it's because sys/crypto/armv8/armv8_crypto_wrap.c includes
> <arm_neon.h>, an intrinsics header, which in turn requires <stdint.h>.
>
> This was introduced inhttps://svnweb.freebsd.org/changeset/base/308921,
> and at the time resulted in similar build failures, specifically when
> one attempted to build a new kernel, without building world or a new
> toolchain first.
Hi,
Ok, it's finished building and installing. The command I used was this:
# make -j10 buildworld && make -j10 buildkernel KERNCONF=RPI3
and it all built, (so I'll close the PR I opened). Then I did make
installkernel KERNCONF=RPI3 and because I thought might as well install
everything now it's built, mergemaster -p and make installworld &&
mergemaster -Ui.
So I take it then, that every time I want to build a kernel, I either
have to do the above or use make kernel-toolchain. Is this correct?
thanks,
--
J.
More information about the freebsd-current
mailing list