Compiling Android 13.0.0_1.2.0 for i.MX8M plus

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

Compiling Android 13.0.0_1.2.0 for i.MX8M plus

跳至解决方案
1,033 次查看
2744194
Contributor II

Hi NXP Team,

I am trying to compile Android 13 for I.MX 8M Plus on ubuntu 22.04. I executed these commands :

source ./imx_android_setup.sh
source build/envsetup.sh
lunch evk_8mp-userdebug
./imx-make.sh -j4 2>&1 | tee build-log.txt

the terminal screen is closed while [ 99% 443/444] test android/soong/apex is written. I dont have any error message. Why is this happening ?

0 项奖励
回复
1 解答
999 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport
 
I hope you are doing well.
 
Please try performing build again.
 
Please make sure that host system is compatible to the requirements mentioned in 2.1 Setting up your computer in Android User's Guide
 
Please try with reducing -j value to 2.
$ ./imx-make.sh -j2 2>&1 | tee build-log.txt
 
Thanks & Regards,
Sanket Parekh

在原帖中查看解决方案

1 回复
1,000 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport
 
I hope you are doing well.
 
Please try performing build again.
 
Please make sure that host system is compatible to the requirements mentioned in 2.1 Setting up your computer in Android User's Guide
 
Please try with reducing -j value to 2.
$ ./imx-make.sh -j2 2>&1 | tee build-log.txt
 
Thanks & Regards,
Sanket Parekh