python组件库下载_Rock-X AI组件库1.2.0 SDK发布(C&&Python)

在尝试配置CMake服务器时遇到错误,具体表现为无法打开CMakeList文件,同时CMake在检查C和C++编译器时也失败。错误出现在使用E盘Android SDK的CMake工具链尝试编译时,编译器无法处理'.c'文件,并提示只支持C和CXX语言。这导致了CMake配置不完整并出现错误。
摘要由CSDN通过智能技术生成

Error configuring CMake server (E:\SoftwareInstallation\Android\Sdk\cmake\3.10.2.4988404\bin).

CMake Error in .externalNativeBuild/cmake/debug/arm64-v8a/CMakeFiles/3.10.2/CMakeSystem.cmake:

cmListFileCache: error can not open file.

Call Stack (most recent call first):

CMakeLists.txt

CMake Error in .externalNativeBuild/cmake/debug/arm64-v8a/CMakeFiles/3.10.2/CMakeCCompiler.cmake:

CMake Error: Could not find cmake module file: G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/debug/arm64-v8a/CMakeFiles/3.10.2/CMakeCCompiler.cmake

CMake Error in .externalNativeBuild/cmake/debug/arm64-v8a/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake:

CMake Error: Could not find cmake module file: G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/debug/arm64-v8a/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake

Check for working C compiler: E:/SoftwareInstallation/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe

Unknown extension ".c" for file

Open File

G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/debug/arm64-v8a/CMakeFiles/CMakeTmp/testCCompiler.c

try_compile() works only for enabled languages.  Currently these are:

C CXX

See project() command to enable other languages.

Check for working C compiler: E:/SoftwareInstallation/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe -- broken

The C compiler

Open File

"E:/SoftwareInstallation/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe"

is not able to compile a simple test program.

It fails with the following output:

CMake will not be able to correctly generate this project.

Configuring incomplete, errors occurred!

See also "G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/debug/arm64-v8a/CMakeFiles/CMakeOutput.log".

See also "G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/debug/arm64-v8a/CMakeFiles/CMakeError.log".

Error configuring CMake server (E:\SoftwareInstallation\Android\Sdk\cmake\3.10.2.4988404\bin).

CMake Error in .externalNativeBuild/cmake/release/arm64-v8a/CMakeFiles/3.10.2/CMakeSystem.cmake:

cmListFileCache: error can not open file.

Call Stack (most recent call first):

CMakeLists.txt

CMake Error in .externalNativeBuild/cmake/release/arm64-v8a/CMakeFiles/3.10.2/CMakeCCompiler.cmake:

CMake Error: Could not find cmake module file: G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/release/arm64-v8a/CMakeFiles/3.10.2/CMakeCCompiler.cmake

CMake Error in .externalNativeBuild/cmake/release/arm64-v8a/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake:

CMake Error: Could not find cmake module file: G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/release/arm64-v8a/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake

Check for working C compiler: E:/SoftwareInstallation/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe

Unknown extension ".c" for file

Open File

G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/release/arm64-v8a/CMakeFiles/CMakeTmp/testCCompiler.c

try_compile() works only for enabled languages.  Currently these are:

C CXX

See project() command to enable other languages.

Check for working C compiler: E:/SoftwareInstallation/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe -- broken

The C compiler

Open File

"E:/SoftwareInstallation/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe"

is not able to compile a simple test program.

It fails with the following output:

CMake will not be able to correctly generate this project.

Configuring incomplete, errors occurred!

See also "G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/release/arm64-v8a/CMakeFiles/CMakeOutput.log".

See also "G:/CompanyProject/DevelopmentBoard/BeiQi96Boards/RK3399pro/RockX_SDK_V1.0.0_20190611/RockX_SDK_V1.0.0_20190611/demo/rk3399pro_android_demo/rockx-android-demo-face_attribute/rockx-android-demo-face_attribute/app/.externalNativeBuild/cmake/release/arm64-v8a/CMakeFiles/CMakeError.log".

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值