Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Setting up Tslib and Qt / tslib functionality test failed

Setting up Tslib and Qt / tslib functionality test failed

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 6.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gusQt1
    wrote on 21 May 2011, 19:05 last edited by
    #1

    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.pdf

    I 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-largefile

    my 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/lib

    modifications to g++.conf

    QMAKE_CFLAGS_RELEASE = -O3 -march=armv9e -mfpu=fpe2 -mfloat-abi=softfp
    QMAKE_CXXFLAGS_RELEASE = -O3 -march=armv9e -mfpu=fpe2 -mfloat-abi=softfp

    QMAKE_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-strip

    load(qt_config)

    The files located at QMAKE_INCDIR are
    user@user-desktopUbuntuLTS:~/qt-everywhere-opensource-src-4.6.3/install_2/include$ ls
    tslib.h

    and 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.
    Thanks

    P.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...

    1 Reply Last reply
    0
    • F Offline
      F Offline
      Frankie
      wrote on 4 Sept 2012, 04:05 last edited by
      #2

      Hi, I have the same problem with Qt 4.7.3, anyone has a solution already?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved