I'm trying to build a full android image from source to run on a TAO-3530 and I am running into a somewhat tough error.
$ make -j3 ============================================ PLATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=AOSP TARGET_PRODUCT=generic 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=MASTER ============================================ system/core/android-root/Android.mk:34: warning: overriding commands for target `system/core/android-root/own.o' system/core/android-root/Android.mk:15: warning: ignoring old commands for target `system/core/android-root/own.o' /bin/bash: line 0: cd: development/tools/layoutopt/app/src/resources: No such file or directory target Prelink: libdl (out/target/product/generic/symbols/system/lib/ libdl.so) target asm: libc_common <= bionic/libc/arch-arm/syscalls/_exit.S target asm: libc_common <= bionic/libc/arch-arm/syscalls/ _exit_thread.S target asm: libc_common <= bionic/libc/arch-arm/syscalls/__fork.S target asm: libc_common <= bionic/libc/arch-arm/syscalls/waitid.S target asm: libc_common <= bionic/libc/arch-arm/syscalls/__clone.S target asm: libc_common <= bionic/libc/arch-arm/syscalls/execve.S ASSERTION FAILURE external/elfcopy/elfcopy.c:2538: [!delta || ! (shdr_info->shdr.sh_flags & SHF_ALLOC) || shdr_info->shdr.sh_type == SHT_NOBITS || shdr_info->shdr.sh_addr == shdr_info- >old_shdr.sh_offset] make: *** [out/target/product/generic/symbols/system/lib/libdl.so] Error 1 make: *** Deleting file `out/target/product/generic/symbols/system/lib/ libdl.so' Also, Ive gotten similar errors with this lib before. They where preceded by messages about duplicated nullspace and allspace from the armelf.x linker script. running make libdl brings about this error, I don't know if adding the libdl after make does anything because the error is the same as just running "make" as I have not cleaned since this error. This is with the latest repo updates on 02/03/2010 Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

