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
I get the following error while compiling boost running the command ANDROID_ABI="armeabi-v7a-hard-softfp with NEON" ./build.sh android-ndk-r12b
sources/cxx-stl/gnu-libstdc++/4.9/include/cstddef:44:28: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
boost compiles fine with default ANDROID_ABI.
The text was updated successfully, but these errors were encountered:
jainanshul
changed the title
Boost compilation fails with armeabi-v7a-hard-softfp with NEON and NDK11c
Boost compilation fails with armeabi-v7a-hard-softfp with NEON and NDK12b
Sep 13, 2016
I get the following error while compiling boost running the command
ANDROID_ABI="armeabi-v7a-hard-softfp with NEON" ./build.sh android-ndk-r12b
boost compiles fine with default ANDROID_ABI.
The text was updated successfully, but these errors were encountered: