NDK42_No CMAKE_CXX_COMPILER could be found

NDK开发汇总

VisualStudio 新建Cmake项目报错
No CMAKE_CXX_COMPILER could be found

严重性 代码 说明 项目 文件 行 禁止显示状态
错误 CMake Error at c:\users\pf0zybaj\source\repos\CMakeProject1\CMakeLists.txt:7 (project):
No CMAKE_CXX_COMPILER could be found
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. c:\users\pf0zybaj\source\repos\CMakeProject1\CMakeLists.txt 7

说明:项目找不到g++编译器路径

  • 1 工具-获取工具或功能 检查Cmake模块下载
  • 2 下载MinGW,配置Path、C_INCLUDE_PATH、LIBRARY_PATH
    配置完成后,cmd检查
gcc --version 
  • 3 下载Cmake,在Cmake安装cmake的时,默认只针对Cmake环境,改为设置系统或者用户环境的Path
  • 4 用Cmake打开Visual Studio创建的项目,Cmake会进行扫描配置,添加相应的配置
  • 5 关闭Cmake、VisualStudio ,重新打开就可以使用VisualStudio的Cmake模块创建Cmake项目了

原理:利用Cmake的自动扫描配置

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值