在 Linux 上构建 LLVM

发布于 2024-12-07 11:56:31 字数 475 浏览 0 评论 0原文

好吧,并不是说任何人都可能会看到这个,但 IA)发现 LLVM 不是我需要的,它是 LLVM-gcc,你可以从 sauriks repo 获得。 B)意识到我下载的工具链已经工作了,减去了不在 /usr/local/lib/gcc/arm-apple-darwin/4.0.1/ 中的 la libstdc++ ,所以为了获取 libstdc++ 我相信我从来自的文件系统中得到了它通过 SFTP 使用 torrent 或我的实际 iPod。我可以自豪地说 C++ 可以在 IOS 上编译(尽管这是一件很痛苦的事 :D)。

不确定在 SO 上链接 torrent 是否可以,但对于任何想要链接的人,请给我发电子邮件或私信我,如果你可以在 SO 上做到这一点(我不确定?)我唯一还没有测试过的是 objc,我可以找不到任何非 Xcode 教程。这就是上次让我感到困惑的地方,那就是找到不那么严重依赖模板的教程。我从来都不是一个喜欢模板的人:D

为什么继续投反对票只会伤害那些正在寻找与我相同答案的其他用户?

Well not that anyones probably going to see this but I A) figured out that LLVM wasn't what I needed it was LLVM-gcc which you can get from sauriks repo. B) realized that the toolchain I torrented already worked minus a la libstdc++ not in /usr/local/lib/gcc/arm-apple-darwin/4.0.1/ so to get libstdc++ I believe I got it from either the filesystem that comes with the torrent or my actual Ipod via SFTP. I can Proudly say that C++ can be compiled on IOS(although it was a pain in the ass :D).

not sure if linking torrents is alright on SO but for anyone that wants a link email me or pm me if you can do that on SO(i'm not sure?) the only thing I haven't tested yet is objc which I can't find any non xcode tutorials. this is what stumped me last time was finding tutorials that didn't rely on templates so heavy. I was never one for templates :D

Why keep downvoting it only hurts other users who are looking for the same answers i was?

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

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

发布评论

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

评论(3

最好是你 2024-12-14 11:56:32

阅读我的原始帖子,我让它工作了,只是将我以前的 PC(即 linux、win、mac)仅修补程序(游戏保存)移植到 ios :D 最后:)

Read the my original Post I got it working just ported my previous PC(ie linux,win,mac) only patcher(game save) to ios :D finally :)

一个人练习一个人 2024-12-14 11:56:31

它看起来很像常见的主题 cstdiocstdlibcstring 不包括在内。

我会首先尝试将它们包括在内:-)

it look alot like the usual subjects cstdio, cstdlib, cstring are not included.

I would start by trying including them :-)

不顾 2024-12-14 11:56:31

您正在构建 LLVM 的哪个 svn 版本?

您链接的页面

目前,由于第 70 期,我们仅限于修订版 42498。

which svn revision of LLVM are you building ?

from the page you linked:

Currently, due to Issue 70, we are limited to revision 42498.

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