Skip to content

Compilation_Boost_for_Android

rfree-d edited this page Mar 9, 2018 · 1 revision

[WIP] work in progress.

Compilation


INCLUDEPATH += (YOUR_FOLDER)/Boost-for-Android/build/out/armeabi-v7a/include/boost-1_66/
LIBS += -L/(YOUR_BOOST_ANDROID_FOLDER)/build/out/armeabi-v7a/lib -lboost_system-clang-mt-a32-1_66 /*(this name can be other, you must check)*/

Problems

if you have problem undefined reference to 'std::logic_error::logic_error(char const*)'

  • you must add line to above script: LIBS += -L/(NDK_ROOT)/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a -lc++_shared /*example for armeabi-v7a*/

if you have problem with run apk, propably miss libc++_shared.so:

(you can check problem in ./adb logcat)

  • in QT in *.pro file add line: ANDROID_EXTRA_LIBS *= (NDK_ROOT)/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/libc++_shared.so /*example for armeabi-v7a*/

Home || Contact || Tips❤️ || TestNr🔬 || EditWiki

Progress:
Report (blog)

Research / Current topic:
NetworkSpeed
TestNetwork10gNet1 Network
TestDevicesNX3031_HP NIC Device
NetworkSpeed10Gb 10 GB speed

Development:
GUI

Yedino Users:
YedinoServices - use this services
YedinoPeers - peer to this
Cool - most popular services

Please help
Help
NetworkSpeed 🏗️Help🏗️


Use/search emojis icons:

🏗️ - help needed
📓 - testing/lab needed

🥇 - best result (in our program)
🥈 - best result

🚫 - warning (e.g. in test results)
🚩 - interesting (e.g. in test results)

📚 - high quality resource

🚧 - todo
🚨 - warning


Clone this wiki locally