You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling a simple program that includes the <algorithm> header the compiler is raising the following error:
external/toolchains_llvm~override~llvm~llvm_toolchain_llvm/bin/../include/c++/v1/__config:261:14: fatal error: 'features.h' file not found
# include <features.h>
What is the issue?
When compiling a simple program that includes the
<algorithm>
header the compiler is raising the following error:How did you compile?
Used this
.bazelrc
On which platform did you compile?
AArch64 Linux, Ubuntu 22.04
What version did you use?
Version 0.10.3 with LLVM 17.04
This looks like a sysroot issue?
The text was updated successfully, but these errors were encountered: