-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mahalakshmi Gonuguntala wrote: > Hi, > > I have downloaded QT/embedded qt-embedded-linux-eval-src-4.5.0.tar.gz > and cross compiled the qt for my arm toolchain.(./configure -embedded arm > , make , make install ) > > and qt installation is sucessful. > > How to run a qt example on my board ( i have OMAP3530 EVM, mistral board) > .
You should install your libraries(if you haven't build Qt with static option) to your target board some how. If you have an NFS development environment all you need is to copy Qt libraries into YOUR_NFS_ROOT/usr/lib. Then you can run any of your test appliacations like(on your board): $someqtapp -qws You can find further detailed information in Qt documentation. > What libraries i should copy to board. I have some libraries generated at > /usr/lib/qt*.*. / > I'm surprised that your PC is still functioning. > I would like to develop a player kind of application which will list all > the files on the board and when i select a file, i should be able to play > the file using my decoder application. > This would be off-topic in this list. You need more libraries to achieve this. I strongly recommend that you use OpenEmbedded since it builds all the libraries as well as a rootfs for you. OMAP3 is very well supported in Openembedded, with all the necessary libraries including Qt. > I would like to use the touch screen . > You need to install tslib and your Qt must be configured to tslib at *compile* time. After these two requirements are met, all you need to do is to run your applications like: $QWS_MOUSE_PROTO:Tslib:/dev/touchscreen0 someqtapp -qws > Where can i specify the touch screen driver in QT? > Try this before configuring your Qt(before building) to get more info: $./configure --help | grep -i tslib Regards, Caglar -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAknlzhUACgkQ/nL+S5dojei26ACdEk560r61QZKPWYG9ch922gP4 gmYAn1Hbi5rqWEKFB+lLKy+rdHRlnSyc =CWI7 -----END PGP SIGNATURE----- _______________________________________________ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source