Results 1 to 3 of 3

Thread: The tslib functionality test failed!

  1. #1
    Join Date
    Mar 2011
    Posts
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default The tslib functionality test failed!

    I am trying to cross-compile for embedded arm using the openembedded generated toolchain and rootfs

    well on my PC I have my tergest staging directory containing libts and so on.

    Trying to configure QT (got from git repo) results in

    The tslib functionality test failed!

    my qmake.conf

    QMAKE_CC = arm-angstrom-linux-gnueabi-gcc
    QMAKE_CXX = arm-angstrom-linux-gnueabi-g++
    QMAKE_LINK = arm-angstrom-linux-gnueabi-g++
    QMAKE_LINK_SHLIB = arm-angstrom-linux-gnueabi-g++

    # modifications to linux.conf
    QMAKE_LIBS_EGL = -lEGL -lIMGegl -lsrv_um
    QMAKE_LIBS_OPENGL_QT = -lEGL -lGLESv2 -lGLES_CM -lIMGegl -lsrv_um
    QMAKE_LIBS_OPENVG = -lEGL -lGLESv2 -lGLES_CM -lIMGegl -lsrv_um -lOpenVG -lOpenVGU

    QMAKE_INCDIR = /home/fabio/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include
    QMAKE_LIBDIR = /home/fabio/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib

    and

    ./configure -embedded arm -little-endian -xplatform qws/linux-beagle-g++ -no-openssl -no-largefile -no-cups -depths 16,32 -no-webkit -qt-mouse-tslib

    Any hint??

    Thanks

    Fabio

  2. #2
    Join Date
    Mar 2011
    Posts
    12
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: The tslib functionality test failed!

    You need to cross compile libts first, then include them while compiling QT. What error did you receive?

  3. #3
    Join Date
    Mar 2011
    Posts
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: The tslib functionality test failed!

    Libts has been cross compiled by openembedded and lies in my QMAKE-LIBDIR staging directory. By the way compiling qt without libts works fine, mmm

Similar Threads

  1. will someone plz answer my queries on touch functionality/tslib
    By rishiraj in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 10th January 2009, 15:45
  2. Tslib
    By rvi.kalepalli in forum Newbie
    Replies: 0
    Last Post: 7th January 2009, 12:02
  3. tslib
    By rishiraj in forum Newbie
    Replies: 0
    Last Post: 5th January 2009, 13:45
  4. tslib error
    By aj2903 in forum Qt-based Software
    Replies: 0
    Last Post: 8th November 2008, 10:38
  5. tslib
    By raman_31181 in forum Qt for Embedded and Mobile
    Replies: 7
    Last Post: 18th September 2008, 13:10

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.