当前位置: 代码迷 >> 综合 >> clang: error: unable to execute command: Segmentation fault: 11
  详细解决方案

clang: error: unable to execute command: Segmentation fault: 11

热度:40   发布时间:2024-01-19 06:46:34.0

在MacOSX虚拟机上编译工程,报错

    clang: error: unable to execute command: Segmentation fault: 11

    clang: error: clang frontend command failed due to signal (use -v to see invocation)

原因在于:

    我是直接打开Windows共享目录下的工程文件。

    将工程copy到Mac本地目录,问题解决。缺点是,修改的东西要提交服务器,还得再copy一次。

    centos下就没这个问题。可以直接make共享目录里面的文件,比起Mac方便多了


  相关解决方案