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


Reply With Quote
Bookmarks