Hello,
I saw error log when building android image for i.MX8 Quad Max as below.
"ld.lld: error: GCRootLowering.o: invalid data encoding"
Could you let me know why it happened if there is anybody know about it.
Here below are the build process I've done.
1. android release package : Android Q10.0.0_2.6.0 (Linux 5.4.70 kernel)
2. successfully built kernel and bootloader by running "$ ./imx-make.sh bootloader kernel "
3. but I saw the error log when I ran "make" in android_build folder to make an android image after that.
I've attached the error log for the reference.
Thanks in advance.
YH.
Solved! Go to Solution.
Hello,
Please check that you have all packages needed for building android. You'll find it at the Android User's Guide chapter 2.1 setting up your computer.
Best regards,
Aldo.
Hello,
Please check that you have all packages needed for building android. You'll find it at the Android User's Guide chapter 2.1 setting up your computer.
Best regards,
Aldo.
I resolved the issue by re-downloading the source package.
Thanks for your help.
The build machine's OS I used was Ubuntu 18.04.