System is unknown to cmake

当面对无操作系统的嵌入式系统时,将CMAKE_SYSTEM_NAME设置为Generic可以消除CMake的警告,并自动设置CMAKE_CROSSCOMPILING为TRUE,用于交叉编译环境。此变量影响平台文件如Linux.cmake或Windows-gcc.cmake的构建。

原因:

Documentation states:

CMAKE_SYSTEM_NAME:

this one is mandatory, it is the name of the target system, i.e. the same as CMAKE_SYSTEM_NAME would have if CMake would run on the target system. Typical examples are "Linux" and "Windows". This variable is used for constructing the file names of the platform files like Linux.cmake or Windows-gcc.cmake. If your target is an embedded system without OS set CMAKE_SYSTEM_NAME to "Generic". If CMAKE_SYSTEM_NAME is preset, the CMake variable CMAKE_CROSSCOMPILING is automatically set to TRUE, so this can be used for testing in the CMake files.

解决:

Setting CMAKE_SYSTEM_NAME to Generic effectively removed the warning. 

参考: https://stackoverflow.com/questions/24907916/cmake-how-to-properly-setup-new-toolchain-to-avoid-system-is-unknown-to-cmake

precomplie cmd: ['cmake', '-Dohos_ndk_root=/home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/ohos.ndk', '-Dcam_dev_sdk_root=/home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/ohos.cam_dev.sdk', '-Dairaw_for_hal_install_dir=/home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/airaw_sdk.4hal', '-C /home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/airaw/cmake/airaw_ohos_configs.cmake', '-S /home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/airaw', '-B build.ohos.Release', '-DCMAKE_BUILD_TYPE=Release', '-DAIRAW_LOG=FALSE', '-DAIRAW_ENABLE_OCL_OPTIMIZATION=ON'] loading initial cache file /home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/airaw/cmake/airaw_ohos_configs.cmake CMake Error at cmake/ohos_llvm.cmake:32 (file): file STRINGS file "/home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/ohos.ndk/oh-uni-package.json" cannot be read. Call Stack (most recent call first): /usr/android/cmake/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:146 (include) CMakeLists.txt:14 (project) CMake Error at cmake/ohos_llvm.cmake:78 (include): include could not find requested file: /home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/ohos.ndk/build/cmake/sdk_native_platforms.cmake Call Stack (most recent call first): /usr/android/cmake/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:146 (include) CMakeLists.txt:14 (project) -- The C compiler identification is unknown -- The CXX compiler identification is unknown System is unknown to cmake, create: Platform/OHOS to use this system, please post your config file on discourse.cmake.org so it can be added to cmake CMake Error at CMakeLists.txt:14 (project): The CMAKE_C_COMPILER: /home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/ohos.ndk/llvm/bin/clang is not a full path to an existing compiler tool. Tell CMake where to find the compiler by setting either the environment variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. CMake Error at CMakeLists.txt:14 (project): The CMAKE_CXX_COMPILER: /home/h30075789/dev_cap/MultimediaAlgo/AIRAW_V3/ohos.ndk/llvm/bin/clang++ is not a full path to an existing compiler tool. Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. -- Configuring incomplete, errors occurred! Whole Build & Config running cost 0.2135639190673828 seconds
04-02
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值