在官方给的ubuntu18交叉编译环境下,未改变任何配置,使用make zlmage后报错:
forlinx@forlinx:~/workspace/allwinner/A40i/bsp/lichee/linux-3.10$ make zImage
scripts/kconfig/conf --silentoldconfig Kconfig
drivers/net/wireless/bcmdhd/Kconfig:50:warning: defaults for choice values not supported
***
*** Configura
tion file ".config" not found!
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
/home/forlinx/workspace/allwinner/A40i/bsp/lichee/linux-3.10/scripts/kconfig/Makefile:36: recipe for target 'silentoldconfig' failed
make[2]: *** [silentoldconfig] Error 1
/home/forlinx/workspace/allwinner/A40i/bsp/lichee/linux-3.10/Makefile:503: recipe for target 'silentoldconfig' failed
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/kernel.release'. Stop.
请大神帮忙解答一下,为什么会提示无线有问题?这块如何解决?