[Bug 220125] head -r320059 and head -r324743 (e.g.) arm64: buildkernel after kernel-toolchain: crypto/armv8/armv8_crypto_wrap.c compile fails with .../lib/clang/[45].0.0/include/arm_neon.h: fatal error: 'stdint.h' file not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 12 20:13:51 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220125

--- Comment #15 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
As was pointed out on the lists by Dimitry Andric, quoting about the
use of stdint.h . . .

. . . 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 in https://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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list