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,179件の閲覧回数
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 解決策
1,145件の閲覧回数
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,146件の閲覧回数
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