MAC安装CLion时遇到CMake Error, The C compiler is not able to compile a simple test program.


问题:


Mac M1 的电脑初次安装CLion时出现CMake的错误,C编译器无法编译简单的测试程序.

/Applications/CLion. app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /Users/XXX/CLionProjects/untitled
-- The C compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - broken
CMake Error at /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.19/Modules/CMakeTestCCompiler. cmake:66 (message):
The C compiler

"/usr/bin/cc"

is not able to compile a simple test program.

It fails with the following output:

Change Dir: /Users/XXX/CLionProjects/untitled/cmake-build-debug/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_f8db5/fast && xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)

-- Configuring incomplete, errors occurred!
See also "/Users/XXX/CLionProjects/untitled/cmake-build-debug/CMakeFiles/CMakeOutput.log".
See also "/Users/XXX/CLionProjects/untitled/cmake-build-debug/CMakeFiles/CMakeError.log".

[Failed to reload]

解决方法:


1、在终端中使用以下命令:

xcode-select --install

2、成功之后接着执行

brew reinstall cmake

注意插曲:执行此命令后,Mac终端上出现brew command not found
该问题解决方法:
错误提示:zsh: command not found: brew
解决方法:mac 安装homebrew,用以下命令安装,序列号选择中科大(1)

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

用此命令按步骤执行成功后即可继续运行2、的命令.


结果:


在CLion上新建项目不再报错,可以出现运行绿色三角按钮,并运行成功!

在这里插入图片描述

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值