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.
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"