xcode - 使用 Apple LLVM 编译器 3.0 为 PowerPC CPU 进行编译

发布于 2024-11-18 15:21:32 字数 516 浏览 3 评论 0原文

我正在开发别人的应用程序,到目前为止他已经在 XCode 4 中构建了它。XCode 4 已经取消了对 PowerPC 架构的支持,但我们仍然希望为我们的一些用户支持 PowerPC。

我已经关注 这个关于 SO 的教程,告诉我如何恢复 ppc 对 XCode 4 的兼容性,但是,这是针对 GCC (4.2) 编译器的,它会抛出很多问题编译代码时出现警告和一些错误。该代码围绕 Apple 的 LLVM 3.0 进行了优化。

我的问题:

  • 是否可以使用 Apple LLVM 用于 Power PC 部署的编译器 3.0?
  • 人们会如何去做这件事呢?
  • 我需要什么设置变量 设置以获得 PPC 兼容性 编译时?

谢谢你!

I'm working on someone else's application and so far he has built it in XCode 4. XCode 4 has eliminated support for PowerPC architectures, but we would still like to support PowerPCs for some of our users.

I have followed this tutorial on SO, informing me how to restore ppc compatibility to XCode 4, however, this is for the GCC (4.2) compiler which throws a lot of warnings and some errors when compiling the code. The code is optimized around Apple's LLVM 3.0.

My questions:

  • Is it possible to use Apple LLVM
    compiler 3.0 for Power PC deployment?
  • How would one go about doing this?
  • What settings variables do I need to
    set in order to get PPC compatibility
    when compiling?

Thank you!

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

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

发布评论

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

评论(1

︶ ̄淡然 2024-11-25 15:21:32

几乎不,这是不可能的。 Apple LLVM 3.0 尚未经过测试或验证是否可以与 PowerPC 配合使用。

Pretty much no, it's not possible. Apple LLVM 3.0 hasn't been tested or verified to work at all with PowerPC.

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