编译u-boot报错
1.报错显示
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
*** Error during update of the configuration.
scripts/kconfig/Makefile:42: recipe for target 'silentoldconfig' failed
make[2]: *** [silentoldconfig] Error 1
Makefile:478: recipe for target 'silentoldconfig' failed
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'。
问题解决;
chmod -R 777 /内核目录(此处我直接用/opt/) 赋予其工程内核目录权限,即可成功编译