构建抛出错误“命令... llvm-gcc-4.2 失败,退出代码 1”

发布于 2024-11-04 23:25:37 字数 311 浏览 4 评论 0原文

这是构建的日志。这是 Xcode 4 中的一个全新项目,因此其中唯一的非常规内容如下:

  1. 一个 .c 文件
  2. 一个 .a 库
  3. 一堆头文件

我一直在使用构建设置并寻找答案现在要花几个小时看看它是否会消失,但它没有。如果您有任何帮助,我们将不胜感激。

输出(点击查看大图):

Here's the log from the build. This is a brand new project in Xcode 4, so the only non-regular things in it are as follows:

  1. A .c file
  2. A .a library
  3. A bunch of header files

I've been playing with the build settings and searching for answers for a couple of hours now to see if it would go away, but it didn't. Any help you have would be appreciated.!

The output (click for a larger image):

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情魔剑神 2024-11-11 23:25:37

您遇到重复符号错误 - 您的程序不能有两个名为 main() 的函数。删除其中之一,您应该能够继续前进。

You have a duplicate symbol error - your program can't have two functions called main(). Remove one of them, and you should be able to move forward.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文