This is my first attempt at building Android. I went though all the steps to build Gingerbread but i'm stucked with an error. I am at a point that I don't understand. When getting to the build I get this.I issued the below command for building android.
$ make TARGET_PRODUCT=beagleboard -j8 OMAPES=3.x ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.3.4 TARGET_PRODUCT=beagleboard TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=false TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=GRJ22 ============================================ find: `frameworks/base/frameworks/base/docs/html': No such file or directory find: `out/target/common/docs/gen': No such file or directory find: `frameworks/base/frameworks/base/docs/html': No such file or directory find: `out/target/common/docs/gen': No such file or directory find: `frameworks/base/frameworks/base/docs/html': No such file or directory find: `out/target/common/docs/gen': No such file or directory find: `frameworks/base/frameworks/base/docs/html': No such file or directory find: `out/target/common/docs/gen': No such file or directory find: `frameworks/base/frameworks/base/docs/html': No such file or directory find: `out/target/common/docs/gen': No such file or directory host Executable: acp (out/host/linux-x86/obj/EXECUTABLES/ acp_intermediates/acp) /usr/bin/ld.bfd.real: unrecognised emulation mode: elf_i386 Supported emulations: armelf_linux_eabi armelfb_linux_eabi collect2: ld returned 1 exit status make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp] Error 1 make: *** Waiting for unfinished jobs.... host SharedLib: libneo_util (out/host/linux-x86/obj/lib/ libneo_util.so) /usr/bin/ld.bfd.real: unrecognised emulation mode: elf_i386 Supported emulations: armelf_linux_eabi armelfb_linux_eabi collect2: ld returned 1 exit status make: *** [out/host/linux-x86/obj/lib/libneo_util.so] Error 1 Can someone please help me to resolve this issue? Regards Vish -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
