Setting up Tslib and Qt / tslib functionality test failed
-
wrote on 21 May 2011, 19:05 last edited by
Sorry if this is rather platform specific.. but thought I might try hear for help.
I have seen and read...
http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.01.17.26/HowToQTEmbedded.pdfI have installed the Tslib (although this is OMAP-L138 so paths are sightley different etc.)
I have been attempting next to Install Qt embedded...
In Miak's HowToQTEmbedded.pdf he mentions in step 4. note:
this should run through without any error messages. Make sure that
the tslib functionality test does not fail.Well, it is failing as in
The tslib functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR and QMAKE_LIBDIR in
My configure parameters to qt are
./configure -prefix /home/user/qt-everywhere-opensource-src-4.6.3/install_2/qt -platform /qws/linux-x86-g++ -xplatform /qws/linux-arm-g++ -embedded arm -no-openssl -no-cups -qt-mouse-pc -no-qt3support -qt-mouse-tslib -qt-libjpeg -no-phonon -no-largefilemy qmake.conf reads
qmake configuration for building with arm-linux-g++
include(../../common/g++.conf)
include(../../common/linux.conf)
include(../../common/qws.conf)#modifications to include ts-lib
QMAKE_INCDIR += /home/user/qt-everywhere-opensource-src-4.6.3/install_2/include
QMAKE_LIBDIR += /home/user/qt-everywhere-opensource-src-4.6.3/install_2/libmodifications to g++.conf
QMAKE_CFLAGS_RELEASE = -O3 -march=armv9e -mfpu=fpe2 -mfloat-abi=softfp
QMAKE_CXXFLAGS_RELEASE = -O3 -march=armv9e -mfpu=fpe2 -mfloat-abi=softfpQMAKE_CC = /home/user/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc
QMAKE_CXX = /home/user/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-g++
QMAKE_LINK = /home/user/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-g++
QMAKE_LINK_SHLIB = /home/user/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-g++QMAKE_AR = /home/user/CodeSourcery/Sourcery_G++_Lite/bin/arm-linux-ar cqs
QMAKE_OBJCOPY = /home/user/CodeSourcery/Sourcery_G++_Lite/bin/arm-linux-objcopy
QMAKE_STRIP = /home/user/CodeSourcery/Sourcery_G++_Lite/bin/arm-linux-stripload(qt_config)
The files located at QMAKE_INCDIR are
user@user-desktopUbuntuLTS:~/qt-everywhere-opensource-src-4.6.3/install_2/include$ ls
tslib.hand QMAKE_LIBDIR
user@user-desktopUbuntuLTS:~/qt-everywhere-opensource-src-4.6.3/install_2/lib$ ls
libts-0.0.so.0 libts-0.0.so.0.1.1 libts.la libts.so pkgconfig ts
As mentioned in ttp://e2e.ti.com/support/dsp/omap_applications_processors/f/447/p/29529/143292.aspx#143292
Miak's HowToQTEmbedded.pdf he mentios in step 4. note:
this should run through without any error messages. Make sure that
the tslib functionality test does not fail.Unfortunately nowhere have I found out what to do about it if it does fail...?
Can anyone help..
Are my configure parameters to qt wrong ?
My qmake.conf wrong ?Please ask for any more information you need to help me.
ThanksP.S. If you cant get to
http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.01.17.26/HowToQTEmbedded.pdf
please advise and I will attach some how... but there really is nothing there different then a "stranded" qt configure setup procedures... -
wrote on 4 Sept 2012, 04:05 last edited by
Hi, I have the same problem with Qt 4.7.3, anyone has a solution already?