-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm64-v8a boost compilation failed #14
Comments
I have similar issues : "/home/bill/.conan/data/android-toolchain/r16/bashbug/stable/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/android-ndk-r16/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang++" -c -x c++ -fvisibility-inlines-hidden -fPIC -std=c++11 -stdlib=libc++ -O3 -Wall -fvisibility=hidden -Wno-inline -Wno-c99-extensions -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -o "bin.v2/libs/test/build/clng-lnx-andrd/rls/adrs-mdl-64/archt-arm/lnk-sttc/trgt-os-andrd/thrd-mlt/vsblt-hdn/xml_log_formatter.o" "libs/test/src/xml_log_formatter.cpp" ...failed clang-linux.compile.c++.without-pch bin.v2/libs/test/build/clng-lnx-andrd/rls/adrs-mdl-64/archt-arm/lnk-sttc/trgt-os-andrd/thrd-mlt/vsblt-hdn/xml_log_formatter.o... "/home/bill/.conan/data/android-toolchain/r16/bashbug/stable/package/be241241e9d4718e5bab4eb33935bbb69606bb0c/android-ndk-r16/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang++" -c -x c++ -fvisibility-inlines-hidden -fPIC -std=c++11 -stdlib=libc++ -O3 -Wall -fvisibility=hidden -Wno-inline -Wno-c99-extensions -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -o "bin.v2/libs/test/build/clng-lnx-andrd/rls/adrs-mdl-64/archt-arm/lnk-sttc/trgt-os-andrd/thrd-mlt/vsblt-hdn/xml_report_formatter.o" "libs/test/src/xml_report_formatter.cpp" ...failed clang-linux.compile.c++.without-pch bin.v2/libs/test/build/clng-lnx-andrd/rls/adrs-mdl-64/archt-arm/lnk-sttc/trgt-os-andrd/thrd-mlt/vsblt-hdn/xml_report_formatter.o... |
Also after switching to NDK r20, boost compiled successfully. |
I hava the same issues.I have already used NDK r20 to compile it but still failed. Configuration: clang-darwin.compile.c++ bin.v2/libs/serialization/build/clng-drwn-andrd/rls/lnk-sttc/trgt-os-andrd/thrd-mlt/vsblt-hdn/xml_woarchive.o |
Hello,
I have compilation error when running
./pcl-build-for-android.sh arm64-v8a
. Forarmeabi-v7a
andx86_64
it's working well.The error occurs when compiling
boost
. You can see a part of the error log below. This might be related to boostorg/context#5 but I don't think because it's fixed since a while.I am using the exact versions of boost and conan that are described in Readme. I am running this on MacOS.
The error log :
Thank you for your work
The text was updated successfully, but these errors were encountered: