I have another question. In Jetson Linux R32.7.2, why does it prompt ‘Configuration file “.config” not found!’ when I run the command “nvbuild.sh -o $HOME/kernel_out/” without making any changes?
zmy@zmy-virtual-machine:~/kernel_src$ ./nvbuild.sh -o $HOME/kernel_out/
Building kernel-4.9 sources
make: Entering directory “/home/zmy/kernel_src/kernel/kernel-4.9”
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:37: recipe for target ‘silentoldconfig’ failed
make[3]: *** [silentoldconfig] Error 1
Makefile:575: recipe for target ‘silentoldconfig’ failed
make[2]: *** [silentoldconfig] Error 2
make[1]: *** No rule to make target ‘O’. Stop.
Makefile:554: recipe for target ‘__build_one_by_one’ failed
make: *** [__build_one_by_one] Error 2
make: Leaving directory “/home/zmy/kernel_src/kernel/kernel-4.9”
