Hi, I am developing Qt application for mini2440 using QtSDK for that I have to configure mini2440 board means I have to put related libraries tslib & Qt lib in mini2440. I follow the procedure given in following link http://qtinstall.blogspot.in/ I follow the procedure I download tslib-1.4.tar.gz file and do the procedure.I got Crosstslib folder at usr/local folder,but I wan'nt get home/tslib folder.Because of this I wan'nt get tslib/lib files. Because of that my Qt application doesnt work on mini2440 board. Please suggest me some solution. With regards, Rahul.
Qt application development tslib/lib not found
Have a go with this tutorial: http://mini2440vietnam.blogspot.co.nz/2011/04/upgrade-qt462-in-mini2440....
Hi, Thanks for reply. As I tried above given procedure and I got tslib/lib file. which I transfer it to mini2440 board through pendrive but still I got given error.(please find the attachment) Also I observe that in tslib/lib following files are there 1) libts-1.0.so.0 2) libts-1.0.so.0.0.0* 3) libts.a 4) libts.la 5) libts.so 6) pkgconfig/ 7) ts/ But when I transfer it to board all file not get transfered libts.so file missing. Will it make some problem? Waiting for reply. With regards, RAHUL.
Hi, I want to develop Qt Applications on mini 2440 board but when i run my Qt Application it gives the following error report. I spend really 3 weeks for this still im not rectifying it. Please Help me. #./fluidlauncher -qws ./fluidlauncher: error while loading shared libraries: libts-0.0.so.0: cannot open shared object file: No such file or directory
Then the libts-0.0.so.0 isn't available on your Mini2440 root filesystem. Run your application with the tool 'strace' to get an idea where the dynamic linker is searching in the filesystem for the libts.