Uboot编译报错
make: *** No rule to make target `include/config/auto.conf', needed by `include/config/uboot.release'. Stop
网上的解决方法
sudo chown -R 你的用户名:你的用户名 .
sudo apt-get install gcc-aarch64-linux-gnu
都没有解决
最后
$ make distclean
解决
Uboot编译报错
make: *** No rule to make target `include/config/auto.conf', needed by `include/config/uboot.release'. Stop
网上的解决方法
sudo chown -R 你的用户名:你的用户名 .
sudo apt-get install gcc-aarch64-linux-gnu
都没有解决
最后
$ make distclean
解决