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.
大家! 我将 buildroot 移动到另一个目录,并且 buildroot 工具链不起作用,因为它引用了绝对路径。如何重建工具链?必须有一些 *-dirclean makefile 目标才能清除工具链。 谢谢!
在当前的 Buildroot 中,您不能只重建工具链,您必须完全重建 Buildroot,方法是:
make clean make
这将完全删除您之前的构建结果并从头开始重建您的工具链和系统。