如何编译 c++ Linux 下 ipod/iphone 的应用程序(debian)
我该怎么做?
我搜索了这个信息,大约一周,我找到的就是这个 www.emdebian.org
我尝试在我的电脑上安装适用于arm平台的g++,编译我的应用程序,将其复制到我的ipod,它写“无法执行二进制文件”
How can I do this?
I search this info, about week, and all I find is this www.emdebian.org
I try to install g++ for arm platform on my PC, compile my app, copy it to my ipod, and it write "cannot execute binary file"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IIRC,Apple 使用的 ARM 二进制格式与普通 G++ 略有不同。我想你会想使用 LLVM-GCC 或 Clang。
IIRC, Apple uses a slightly different ARM binary format than the stock G++ does. I think you'll want to use LLVM-GCC or Clang.