Boost-for-Android
Boost-for-Android copied to clipboard
Android port of Boost C++ Libraries
I see the following error when building Boost 1.85.0 thought the build seems to finish. How should this be solved? Microsoft Visual Studio Enterprise 2022 (64 位) - Current 版本...
We once had a colleague who submitted the compiled Android version of boost dynamic library in the code warehouse, but he resigned. Now we want to use the source code...
NDK version:17C BOOST version:1.67 problem: D:/boost_1_67_0/stage/arm64-v8a\libboost_coroutine.a(coroutine_context.o): In function `coroutine_context': /mnt/d/Projects/Android/Library/boost/Boost-for-Android/boost_1_67_0/libs/coroutine/src/detail/coroutine_context.cpp:41: undefined reference to `make_fcontext' D:/boost_1_67_0/stage/arm64-v8a\libboost_coroutine.a(coroutine_context.o): In function `boost::coroutines::detail::coroutine_context::jump(boost::coroutines::detail::coroutine_context&, void*)': /mnt/d/Projects/Android/Library/boost/Boost-for-Android/boost_1_67_0/libs/coroutine/src/detail/coroutine_context.cpp:68: undefined reference to `jump_fcontext'
I typed `./build-android.sh /home/cg/android/toolchain/android-ndk-r27 --boost=1.76.0 --prefix=[my_output_path] --arch=arm64-v8a --target-version=21` and finally got `ERROR: Failed to build boost for android for arm64-v8a!`