Could NOT find Boost (missing: system log) (found version "1.83.0")
-
I've created a SDK using meta-toolchain-qt6, but when a set it to use this error appears, does anyone knows how to fix it?
[cmake] Running /home/<USER>/sdkqt6-AM62P/sysroots/x86_64-arago-linux/usr/bin/cmake -S /home/<USER>/Android_Auto/androidauto -B /home/<USER>/Android_Auto/androidauto/build/QT6SDK-Debug in /home/<USER>/Android_Auto/androidauto/build/QT6SDK-Debug. [cmake] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [cmake] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed [cmake] -- Looking for pthread_create in pthreads [cmake] -- Looking for pthread_create in pthreads - not found [cmake] -- Looking for pthread_create in pthread [cmake] -- Looking for pthread_create in pthread - not found [cmake] -- Check if compiler accepts -pthread [cmake] -- Check if compiler accepts -pthread - no [cmake] -- Could NOT find Threads (missing: Threads_FOUND) [cmake] CMake Error at /home/<USER>/sdkqt6-AM62P/sysroots/x86_64-arago-linux/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): [cmake] Could NOT find Boost (missing: system log) (found version "1.83.0") [cmake] Call Stack (most recent call first): [cmake] /home/<USER>/sdkqt6-AM62P/sysroots/x86_64-arago-linux/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) [cmake] /home/<USER>/sdkqt6-AM62P/sysroots/x86_64-arago-linux/usr/share/cmake-3.28/Modules/FindBoost.cmake:2393 (find_package_handle_standard_args) [cmake] CMakeLists.txt:39 (find_package) [cmake] [cmake] [cmake] -- Configuring incomplete, errors occurred! [cmake] [cmake] The command "/home/<USER>/sdkqt6-AM62P/sysroots/x86_64-arago-linux/usr/bin/cmake -S /home/<USER>/Android_Auto/androidauto -B /home/<USER>``` code_text ```/Android_Auto/androidauto/build/QT6SDK-Debug" terminated with exit code 1. [cmake] [cmake] Elapsed time: 00:00. -
L LeonardoL has marked this topic as solved on