My top make cmd:
make libc TARGET_ARCH=myarch HOST_C_INCLUDE=""
HOST_CUSTOM_LD_COMMAND=false BUILD_TINY_ANDROID=true

When the make process runs to:
our/host/linux-myarch/bin/apriori --prelinkmap build/core/prelink-
linux-unicore.map --locals-only --quiet out/target/product/generi/obj/
SHARED_LIBRARIES/libdl_intermediates/LINKED/libdl.so --output out/
target/product/gneric/symbols/system/lib/libdl.so

It stops with
make: *** [out/target/product/genertic/symbols/system/lib/libdl.so]
Segmentation fault

Q1:
What does this error mean? How to fix it?
Q2:
My ultimate goal is to port the bionic and set up a testing
environment. Is the top make command correct? Is the
BUILD_TINY_ANDROID = true option the minimal set of build for port and
test bionic?

thank you!
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to