kimocoder / nethunter_kernel_oneplus7

Other
11 stars 8 forks source link

Compilation Error #3

Closed kaliiiiiiiiii closed 1 year ago

kaliiiiiiiiii commented 1 year ago
$ sudo make 0=/home/user/Desktop/out_kernel menuconfig
scripts/kconfig/mconf  Kconfig

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

$ sudo make 0=/home/user/Desktop/out_kernel           
scripts/kconfig/conf  --silentoldconfig Kconfig

*** Error during update of the configuration.

make[2]: *** [scripts/kconfig/Makefile:40: silentoldconfig] Error 1
make[1]: *** [Makefile:546: silentoldconfig] Error 2
make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/kernel.release'.  Stop.

how to resolve that issue?

kaliiiiiiiiii commented 1 year ago

nevermind, got it working