make menuconfig creating error android marshmallow

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

make menuconfig creating error android marshmallow

1,577件の閲覧回数
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,557件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

@winstonjacob 

make mrproper

0 件の賞賛
返信

1,549件の閲覧回数
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,515件の閲覧回数
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 件の賞賛
返信