Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Uclibc 编译 XFCE。uclibc 是由 crosstool-ng 通过 buildroot 生成的。我如何使用工具链在 buildroot 之外构建一些东西?我查看了 buildroot 和 uclibc 网站上的说明,它们都有点含糊。我是否在 ./configure 期间设置了一个带有 uclibc 链接的标志?还是我完全错过了重点?
谢谢
您必须将 --host 和 --build 传递给配置脚本,并至少设置 PKG_CONFIG 变量。可能需要更多调整(您可以使用环境变量覆盖自动检测)。
为什么不直接将所需的包添加到 buildroot 中?