As the error message said, you need to define TARGET_CPU_ABI in your product makefile, usually BoardConfig.mk.
PS. Your question is unrelated to the original thread. Please open another thread next time. On 9月30日, 上午1時48分, rajesh123 <[email protected]> wrote: > HI All, > > I am also experiencing this error when I am building android for ARM > > ========================================= > PLATFORM_VERSION_CODENAME=REL > PLATFORM_VERSION=1.6 > TARGET_PRODUCT=ldp1 > TARGET_BUILD_VARIANT=eng > TARGET_SIMULATOR= > TARGET_BUILD_TYPE=release > TARGET_ARCH=arm > HOST_ARCH=x86 > HOST_OS=linux > HOST_BUILD_TYPE=release > BUILD_ID=Donut > ============================================ > build/core/main.mk:458: *** No TARGET_CPU_ABI defined by board > config: . Stop. > > I note that the HOST ARCH is displayed as x86 but i am running from a > dual core AMD athlon. > > please let me know if there are any solutions . --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
