Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread Carlos Piñeiro
Look at www.*mipsandroid*.org Regards 2009/12/21 dhananjay dhananjayingr...@gmail.com Hi All, Does Anybody know about android MIPS porting, previously i saw some posts about android porting MIPS/vxworks big endian archs . does anybody know , whether port has been finished or not?

[android-porting] Re: how to recompile a library manually?

2009-11-27 Thread Carlos Piñeiro
This is a compilation log: target SharedLib: libandroid_runtime (out/target/product/generic/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/libandroid_runtime.so) target Prelink: libandroid_runtime (out/target/product/generic/symbols/system/lib/libandroid_runtime.so) libelfcopy:

[android-porting] not all the libraries could be correctly cross compiled

2009-11-20 Thread Carlos Piñeiro
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

Re: [android-porting] error linking

2009-11-18 Thread Carlos Piñeiro
Solved! When I compile the rootfs, I did it with next parameters: make TARGET_ARCH=mips TARGET_ARCH_VERSION=mips32 and the right ones are make TARGET_ARCH=mips TARGET_ARCH_VERSION=mips32r2 Now I can boot in android. 2009/11/18 Carlos Piñeiro carlosp...@gmail.com To built the rootfs, I´ve