While trying to compile linaro4.3 SDK for imx53QSB using below command,throws an error :
command:
bionic/libc/Android.mk:425: TARGET_CPU_VARIANT is not defined
bionic/libc/arch-arm/arm.mk:32: *** "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.". Stop.
Later added TARGET_CPU_VARIANT variable as cortex-a8 in in device/linaro/iMX53/BoardConfig.mk file.
But cortex-a8 folder is not there in "bionic/libc/arch-arm/ " path.