Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2018 20:13:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [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
Message-ID:  <bug-220125-227-Y9A84gXaF8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220125-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220125-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220125

--- Comment #15 from Mark Millard <marklmi26-fbsd@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220125-227-Y9A84gXaF8>