Hello Experts,

I´ve found a problem, I don´t know if that is a bug.
I´ve downloaded the mips-cupcake project:

repo init -u git://public.mipsandroid.com/platform/manifest.git -b
mips-cupcake

And I´ve compiled it with the options: TARGET_ARCH=mips  and
TARGET_ARCH_VERSION=mips32r2

Some of the libraries can be linked correctly (libc.so) but some of them are
not corretly compiled.
Android do not boot correctly, if finished in a shell. Making a "ps" I could
see that zygote has not been launched. I tried to launch it manually:

# /system/bin/app_process -Xzygote /system/bin --zygote &
# bionic/linker/linker.c:883| ERROR: [  4308 - failed to extend segment from
'libicuuc.so' @ 0x7d636000 (0x00000e00) ]
bionic/linker/linker.c:1875| ERROR:  4308 could not load 'libicuuc.so'
bionic/linker/linker.c:1940| ERROR: failed to link libnativehelper.so
bionic/linker/linker.c:1875| ERROR:  4308 could not load
'libnativehelper.so'
bionic/linker/linker.c:1940| ERROR: failed to link libandroid_runtime.so
bionic/linker/linker.c:1875| ERROR:  4308 could not load
'libandroid_runtime.so'
bionic/linker/linker.c:1940| ERROR: failed to link /system/bin/app_process
bionic/linker/linker.c:2040| ERROR: CANNOT LINK EXECUTABLE
'/system/bin/app_process'


dbus-daemon also reports an error:

# /system/bin/dbus-daemon --system &
# bionic/linker/linker.c:883| ERROR: [  4346 - failed to extend segment from
'libdbus.so' @ 0x7e481000 (0x000001c0) ]
bionic/linker/linker.c:1875| ERROR:  4346 could not load 'libdbus.so'
bionic/linker/linker.c:1940| ERROR: failed to link /system/bin/dbus-daemon
bionic/linker/linker.c:2040| ERROR: CANNOT LINK EXECUTABLE
'/system/bin/dbus-daemon'

I tried to recompile the libraries, but I get always the same result.

Any idea/suggestion?

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

Reply via email to