Dear friends,

I have built gingerbread on 32-bit ubuntu for 'eeepc' product. I have
done changes mentioned in post
http://groups.google.com/group/android-porting/browse_thread/thread/2b67562fb626f622/7d5b35e4e302a495?lnk=gst&q=32-bit+patch#7d5b35e4e302a495
to perform the build.

The problem I am facing is that some of the binaries are not baked
properly.

e.g. 'ldd' gives an error for 'system_server' and cannot be run on the
target
$ ldd out/target/product/eeepc/system/bin/system_server
/usr/bin/ldd: line 117: out/target/product/eeepc/system/bin/
system_server: No such file or directory

However, 'init' is built properly and the target can run it but with
errors due to above mentioned issue.

$ ldd out/target/product/eeepc/root/init
        linux-gate.so.1 =>  (0xb7749000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb771e000)
        librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7715000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb75b1000)
        /lib/ld-linux.so.2 (0xb774a000)

Please advise.

Kind regards,
Vinaya

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to