1: 错误信息
.config:154:warning: override: reassigning to symbol KPROBES
*
* Restart config...
*
*
* Network testing
*
Packet Generator (USE WITH CAUTION) (NET_PKTGEN) [N/m/y/?] n
TCP connection probing (NET_TCPPROBE) [N/m/y/?] (NEW) aborted!
Console input/output is redirected. Run 'make oldconfig' to update configuration.
make[2]: *** [silentoldconfig] 错误 1
make[1]: *** [silentoldconfig] 错误 2
make: *** 没有规则可以创建“include/config/kernel.release”需要的目标“include/config/auto.conf”。 停止。
kernel build failed, exit
2:起因 做android项目时想打开内核的KPROBES 配置项,soc提供的内核版本直接编译,没有使用make menuconfig
直接修改了config文件,CONFIG_KPROBES=y
3:解决方法,根据提示把其他相关依赖的配置项(NET_TCPPROBE,在错误信息里有提示)都设置即可。