as both init and system server. are native component both should be using same tool chain, tools might be ok in ur setup. also, latest gingerbread have support for 32-bit machine builds. it shouldn't be an issue
since bianreis are checkd in build out folder, probably build failed and binaries are not generated., can u confirm by below commands and share build logs for "make system_server"?? > $ ls out/target/product/eeepc/system/bin/system_server On Saturday, November 12, 2011, Vinaya <[email protected]> wrote: > 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 > -- Sent from Samsung Galaxy :) -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
