HI
I am trying to build Android Images for imx6dl sabresd platform on ubuntu12.04LTS(64-bit OS) . Steps i followed are below:
[1] cd <enter into code directory>
[2] source build/envsetup.sh
[3] lunch sabresd_6dq-user
[4] make
After build, i checked build_sabresd_6dq_android.log to make sure that there does not exist any build error.But, i am getting like below scripts:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
build/core/Makefile:32: warning: overriding commands for target `out/target/product/sabresd_6dq/system/etc/permissions/android.software.live_wallpaper.xml'
build/core/base_rules.mk:520: warning: ignoring old commands for target `out/target/product/sabresd_6dq/system/etc/permissions/android.software.live_wallpaper.xml'
No private recovery resources for TARGET_DEVICE sabresd_6dq
make: *** No rule to make target `kernel_imx/arch/arm/configs/imx6_android_defconfig', needed by `out/target/product/sabresd_6dq/.config'. Stop.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Please, help me to sort out this build error.
Thank You
Kapil Kumar