新手入门
- 积分
- 16
- 金钱
- 16
- 注册时间
- 2016-2-26
- 在线时间
- 3 小时
|
发表于 2019-11-12 16:22:07
|
显示全部楼层
我按照开发版教程提示使用A盘里的uboot源码编译提示报错,是不是也是因为这个问题。
*** Can't find default configuration "arch/../configs/mx6ull_alientek_nand_defconfig"!
***
scripts/kconfig/Makefile:114: recipe for target 'mx6ull_alientek_nand_defconfig' failed
make[1]: *** [mx6ull_alientek_nand_defconfig] Error 1
Makefile:477: recipe for target 'mx6ull_alientek_nand_defconfig' failed
make: *** [mx6ull_alientek_nand_defconfig] Error 2
make -f ./Makefile silentoldconfig
make -f ./scripts/Makefile.build obj=scripts/basic
rm -f .tmp_quiet_recordmcount
make -f ./scripts/Makefile.build obj=scripts/kconfig silentoldconfig
mkdir -p include/config include/generated
scripts/kconfig/conf --silentoldconfig Kconfig
***
*** Configuration file ".config" not found!
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
scripts/kconfig/Makefile:46: recipe for target 'silentoldconfig' failed
make[2]: *** [silentoldconfig] Error 1
Makefile:477: 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'. Stop.
|
|