Gui application failed to start
I have compiled the qt 4.7.1 libaries for linux ARM, and all its dependencies (tslib, freetype, etc).
I have checked with qws/framebuffer application, the frambuffer is working properly.
I can calibrate the touch screen with the tslib tools.
Now I’m trying to execute a simple gui app, but I only can see an splash with the cursor, and the application finishes, without any error.
I have tried with different examples, getting the same result.
How can I see which is the problem?
8 replies
I used this script:
- ./configure -embedded arm -xplatform qws/linux-arm-g++ -opensource -v -no-accessibility \
- -nomake demos -nomake example -make tools \
- -multimedia -phonon \
- -declarative -no-nis -no-cups \
- -no-iconv -no-pch -no-dbus -no-opengl \
- -qt-gfx-linuxfb -qt-gfx-qvfb -qt-gfx-vnc \
- -qt-kbd-linuxinput -qt-kbd-qvfb \
- -qt-mouse-tslib \
- -L$STAGING/usr/lib \
- -L$STAGING/usr/lib/gstreamer-0.10 \
- -I$STAGING/usr/include \
- -I$STAGING/usr/include/glib-2.0 \
- -I$STAGING/usr/lib/glib-2.0/include \
- -I$STAGING/usr/include/libxml2 \
- -I$STAGING/usr/include/gstreamer-0.10 \
- -rpath -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lgthread-2.0
[EDIT: code formatting, please use @-tags, Volker]
Finally I have found the problem. The solution was:
http://bugreports.qt.nokia.com/browse/QTBUG-13441
http://bugreports.qt.nokia.com/browse/QTBUG-13395
I have compiled the Qt embedded without freetype2, and everything is working!!!
You must log in to post a reply. Not a member yet? Register here!


