开发者

How to rebuild buildroot toolchain

开发者 https://www.devze.com 2023-04-01 18:26 出处:网络
everybody! I moved buildroot into another directory and buildroot toolchain didn\'t work because it refers to absolute path. How can I rebuild the too开发者_如何学Clchain? There must be some *-dirclea

everybody!

I moved buildroot into another directory and buildroot toolchain didn't work because it refers to absolute path. How can I rebuild the too开发者_如何学Clchain? There must be some *-dirclean makefile targets to wipe toolchain out.

Thanks!


In the current Buildroot, you cannot just rebuild the toolchain, you have to make a full rebuild of Buildroot, by doing:

make clean
make

This will completely remove your previous build results and rebuild your toolchain and system from scratch.

0

精彩评论

暂无评论...
验证码 换一张
取 消