Error build only kernel image in imx8m mini evk for Android 10 OS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error build only kernel image in imx8m mini evk for Android 10 OS

458 Views
Ruban1
Contributor II

Error build only kernel image in imx8m mini evk for Android 10 OS

i am getting error as make mrproper

i have attached screenshot below

Kindly provide the solution

Thanks and regards

Ruban

 

Labels (1)
0 Kudos
2 Replies

453 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Ruban1,

 

At this point we can see that when there is a .config file in the kernel/ directory or a config/ directory exists in the kernel/include/ directory, the shell prints the error message seen at the beginning of this paragraph and exits. The solution to the problem is to delete the 2 objects. Go to the kernel/ directory and look for the .config file. If you go to the kernel/include/ directory, you will find the config/ directory! Go into the directory and see that it is empty (an empty directory can cause the entire project to fail to compile, and the details affect the success or failure!).

After removing the config/ directory, go back to the top of the Android project, re-execute the source and lunch commands, and recompile.

Regards

0 Kudos

444 Views
Ruban1
Contributor II

I am not able to find .config file.. the only file available is config.list.

Regard 

Ruban

0 Kudos