在mac上编译c代码以便在iphone上使用?

发布于 2024-12-11 20:36:59 字数 138 浏览 0 评论 0原文

我该如何设置所有内容,以便从带有 xcode 的 OSX 10.6 Macbook pro 到我越狱的第四代 iPod touch 进​​行交叉编译。我的主要目标是能够将开源库移植到 iPhone 上。我似乎找不到任何关于 iOS 4 交叉编译的好/最近的文章。

How would I go about setting everything up to cross compile from my OSX 10.6 Macbook pro with xcode to my jailbroken 4th generation iPod touch. I'm mainly aiming to be able to port open source libraries to iphone. I can't seem to find any good/recent articles on cross compiling for iOS 4.

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

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

发布评论

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

评论(1

匿名的好友 2024-12-18 20:36:59

如果您想一想,XCode 中构建的所有项目都是针对 iPhone 进行交叉编译的。您所要做的就是打开一个 ios 项目,包含您的源代码并构建它。

更具体地说,当您在 XCode 中有一个项目时,在“构建设置”选项卡中,有一个选项可供您指定要编译的体系结构 - 对于 ios 项目,该选项会自动设置为“armv7”。

If you think about it, all projects built in XCode are cross-compiled for the iPhone. All you have to do is open an ios project, include your sources and build it.

More specifically, when you have a project in XCode, in the Build Settings tab there is an option for you to specify the architecture to compile - this is automatically set to something like 'armv7' for ios projects.

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