windows - 如何在 Windows 主机上编译针对 Linux x64 的交叉编译器?

标签 windows linux gcc cross-compiling distcc

我计划利用我的游戏 HTPC 空闲周期来使用 distcc 编译我的软件,但我需要设置一个交叉编译器。可悲的是,谷歌缺乏相关信息。

最佳答案

我认为 Cygwin 是最纯粹的邪恶形式,但却是做你想做的事情的最简单方法。 您只需从 cygwin 安装程序安装正确版本的 gcc。

这个网站有答案here

关于windows - 如何在 Windows 主机上编译针对 Linux x64 的交叉编译器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5279941/

相关文章:

windows - 如何在 Jenkins-ci 中归档参数化构建的工件

linux - VIM 问题 : When a . swp文件存在,是否可以添加一个 "(D)elete"选项

linux - Ubuntu Linux 和 Crossroads 负载均衡器不太工作

linux - 确保 Wildfly 8 安全的步骤

C程序: __start

c++ - 尝试使用 uint*& 作为 const 单元 *& 失败 : invalid initialization of reference of type ‘const uint8_t*&’ from expression of type ‘uint8_t*

windows - Git 在提交中使用了无效的作者姓名

c - 在 WinSock 中处理异步套接字?

windows - 电源外壳 : ftp directory listing (help on a script)

c - 为什么这个编译器屏障不强制排序?