Android O8.1.0_1.1.0_AUTO for i.MX 8QuadMax / 8QuadXPlus Beta compilation error

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

Android O8.1.0_1.1.0_AUTO for i.MX 8QuadMax / 8QuadXPlus Beta compilation error

496 Views
hrishikesh_dele
Contributor I

Hi,

I am compiling  Android O8.1.0_1.1.0_AUTO for i.MX 8QuadMax / 8QuadXPlus Beta for IMX8QXP. I followed the steps given  in documentation user guide. 

I got  an error on  "Communication error with Jack server (1), try 'jack-diagnose' or see Jack server log". 

I tried increasing my RAM to 8 GB, swap size 20 GB and have a 112 GB free disk space.

Also tried the steps given  in this  link. But got the same error.

building ASOP 8.0 fails at Jack server · Issue #19 · sonyxperiadev/device-sony-lilac · GitHub

I was not able to find .jack-server/config.properties file in my home directory.

Also attaching the log file of error.

Thanks

Hrishikesh

0 Kudos
1 Reply

378 Views
diegoadrian
NXP Employee
NXP Employee

Hello,

Can you please try setting the below configuration before your build.

$ cd myandroid
$ export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4069m"
$ jack-admin kill-server
$ jack-admin start-server‍‍‍‍

Hope this can solve the jack server problem.

Best Regards,

Diego.

0 Kudos