• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

The C compiler “/usr/bin/cc“ is not able to compile a simple test program.

武飞扬头像
DoubleQ666
帮助3

-- The C compiler identification is unknown
-- The CXX 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.23/Modules/CMakeTestCCompiler.cmake:69 (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/doubleq/CLionProjects/code_new/cmake-build-debug/CMakeFiles/CMakeTmp
    
    Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja cmTC_a3b47 && [1/2] Building C object CMakeFiles/cmTC_a3b47.dir/testCCompiler.c.o
    FAILED: CMakeFiles/cmTC_a3b47.dir/testCCompiler.c.o 
    /usr/bin/cc   -arch arm64 -o CMakeFiles/cmTC_a3b47.dir/testCCompiler.c.o -c /Users/doubleq/CLionProjects/code_new/cmake-build-debug/CMakeFiles/CMakeTmp/testCCompiler.c
    xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
    ninja: build stopped: subcommand failed.
    
    

  

  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/doubleq/CLionProjects/code_new/cmake-build-debug/CMakeFiles/CMakeOutput.log".
See also "/Users/doubleq/CLionProjects/code_new/cmake-build-debug/CMakeFiles/CMakeError.log".

[Failed to reload]
学新通

背景:

升级了macOS Ventura 13.0就报错了

解决办法:

  • 在Appstore里安装Xcode
  • 安装好后菜单栏Tools->CMake->Reset Cache and Reload Rroject就可以正常运行c 程序了
    学新通

参考链接

https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010551220-Can-t-compile-simple-test-program-on-Mac

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /boutique/detail/tanhfhkgef
系列文章
更多 icon
同类精品
更多 icon
继续加载