Android 11 build error when excute ./imx-make.sh

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

Android 11 build error when excute ./imx-make.sh

Jump to solution
1,145 Views
ko-hey
Senior Contributor II

Hi all,

I have tried and followed by following user guide for building Android 11 images.

https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf

But I got following error message when I excuted "./imx-make.sh -j4 2>&1 | tee build-log.txt"

 

./imx-make.sh: line 151: make: command not found

 

I attached the detail of error message and related files so could you tell me how to solve it if someone have answer.

 

Ko-hey

0 Kudos
1 Solution
1,135 Views
ko-hey
Senior Contributor II

It solved with following command.

$ sudo apt-get install make

View solution in original post

0 Kudos
1 Reply
1,136 Views
ko-hey
Senior Contributor II

It solved with following command.

$ sudo apt-get install make

0 Kudos