make menuconfig creating error android marshmallow

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

make menuconfig creating error android marshmallow

1,956 次查看
winstonjacob
Contributor IV

I am using SECO SBC-A62-J onto android marshmallow, when I try to execute make menuconfig in kernel_imx directory, I  am getting the following error, and I need to add a new kernel module via menuconfig, so please suggest me to clear this issue.

 

LOG

===

  Using myandroid/kernel_imx as source for kernel
/myandroid/kernel_imx is not clean, please run 'make mrproper'
  in the '/myandroid/kernel_imx' directory.
  CHK     include/generated/utsrelease.h
make[2]: *** [myandroid/kernel_imx/Makefile:875: prepare3] Error 1
make[1]: *** [Makefile:133: sub-make] Error 2
make: *** [build/core/Makefile:1032: out/target/product/a62_6dq/kernel] Error 2
make: *** Waiting for unfinished jobs....

 

Regards

Winston.

标记 (2)
0 项奖励
回复
3 回复数

1,936 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

@winstonjacob 

make mrproper

0 项奖励
回复

1,928 次查看
winstonjacob
Contributor IV

Thanks @Zhiming_Liu ,

   If I run make mrproper, it will clear the configuration which I made, so I need to enable some extra driver in menuconfig.

 

Regards

Winston

0 项奖励
回复

1,894 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

@winstonjacob 

You need load official defconfig , and after you have changed the config. Save it as a defconfig using 'make savedefconfig'

0 项奖励
回复