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
then
first mkdir build && cd build
second, conan install --profile:host local_android-ndk-arm64-v8a.txt --build outdated --profile:build default ..
the step it seems is successful ,as:
this step have a error output:
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Current conanbuildinfo.cmake directory: /home/packager/examples/libraries/poco/md5/build
CMake Error at build/conanbuildinfo.cmake:1369 (message):
Incorrect 'clang', is not the one detected by CMake: 'GNU'
Call Stack (most recent call first):
build/conanbuildinfo.cmake:930 (conan_check_compiler)
CMakeLists.txt:19 (conan_basic_setup)
Which step I did wrong?
Thanks!
The text was updated successfully, but these errors were encountered:
After reading some documents ,I try cross-compile packages for Android platform: Using toolchain from Android NDK
I used my own /opt/toolchains/android-aarch64.cmake :
And wirte a conan profile local_android-ndk-arm64-v8a.txt :
then
first
mkdir build && cd build
second,
conan install --profile:host local_android-ndk-arm64-v8a.txt --build outdated --profile:build default ..
the step it seems is successful ,as:
third:
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/opt/toolchains/android-aarch64.cmake
Which step I did wrong?
Thanks!
The text was updated successfully, but these errors were encountered: