I am not sure but you can try to build your tslib package using any other ARM EABI toolchain and copies its corresponding libs & bins in the RFS,
But i am not exactly sure that will work exactly. Actually i have tried the same with some small small packages and that were working fine with android RFS. Regards Nimit On Tue, Jan 20, 2009 at 4:50 AM, David Turner <[email protected]> wrote: > you're trying to build TSLib without the android-toolchain. For various > reasons, the binaries will not link and/or run properly on Android. > you should really write an Android.mk for your sources and have the > toolchain build them instead. > > > On Mon, Jan 19, 2009 at 4:16 AM, divya <[email protected]> wrote: > >> >> Hi, >> >> I encountered the following error when I tried to run ts_calibrate >> from the TSLIB package for calibrating the touch screen: >> >> /system/lib/ts/pthres.so dlopen() failed: libdl.so.2: cannot open >> shared object file: No such file or directory >> >> The file libdl.so.2 is not present anywhere in my root FS. Am I >> missing out something here? >> >> Also, ts_calibrate was not working at all if I build TSLIB with >> dynamic linking. Hence I built TSLIB with static linking. (generated >> inflated >> binaries) Does this cause any problem ? >> >> Any help in this regard will be much appreciated. >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
