[android-porting] Re: 32-bit gingerbread

2011-12-29 Thread Vinaya
Changing the linker in build/core/combo/TARGET_linux-x86.mk from: -Wl,-dynamic-linker,/system/bin/linker \ to: -Wl,-dynamic-linker,/lib/ld-linux.so.2 \ solved the problem. Kind regards, Vinaya On Nov 16, 8:35 pm, Devaraj Rangasamy r.deva...@gmail.com wrote: Not sure why ldd

[android-porting] Re: 32-bit gingerbread

2011-11-15 Thread Vinaya
(0xb75a6000) /lib/ld-linux.so.2 (0xb773f000) Do you have a suggestion for me? Kind regards, Vinaya On Nov 13, 8:48 pm, Devaraj Rangasamy r.deva...@gmail.com wrote: as both init and system server. are native component both should be using same tool chain, tools might be ok in ur setup. also