如何在 Windows 主机上编译针对 Linux x64 的交叉编译器?
我计划利用我的游戏 HTPC 空闲周期来使用 distcc 编译我的软件,但我需要设置一个交叉编译器。问题是谷歌遗憾地缺乏相关信息。
I am planning on harvesting my gaming HTPCs spare cycles for compiling my software using distcc, but I will need to set up a cross compiler. The problem is that Google is sadly lacking in relevant information.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 Cygwin 是最纯粹的邪恶形式,但却是做你想做的事情的最简单的方法。
您只需从 cygwin 安装程序安装正确版本的 gcc 即可。
这个网站有答案这里
I think Cygwin is the purest form of evil, but is the easiest way of doing what you want.
You will just have to install the correct version of gcc from the cygwin installer.
This website has the answer here