Hi,
I am trying to port android on imx6 sabrelite but facing error while building android image. I followed the Android_user_guide.pdf for building. The steps followed are
# Build Android images for i.MX6 SABRE-SD boards
$ cd ~/myandroid
$ source build/envsetup.sh
$ lunch sabresd_6dq-user
$ make
But after "make" command i am facing with this issue
Image arch/arm/boot/uImage is ready
make[1]: Leaving directory `/home/sasidhar/competency_imx/android/myandroid/kernel_imx'
install -D kernel_imx/arch/arm/boot/uImage out/target/product/sabresd_6dq/uImage
install -D kernel_imx/arch/arm/boot/zImage out/target/product/sabresd_6dq/kernel
host C++: libclangStaticAnalyzerCheckers <= external/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libclangStaticAnalyzerCheckers_intermediates/VirtualCallChecker.o] Error 1
Please kindly help me in fixing this issue
Thanks & Regards,
Pratik