Results 1 to 1 of 1

Thread: Cannot compile thread support in qt-embedded

  1. #1
    Join Date
    Jan 2011
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Unhappy Cannot compile thread support in qt-embedded

    Hi. This is pretty much a repost of my last question but more to the point.

    I can't seem to compile qt-embedded with thread support.
    I'm using qt-embedded 4.5.3 and g++. I want to cross-compile on x86_64 for i386. I'm configuring with:

    Qt Code:
    1. ./configure \
    2. -opensource \
    3. -release \
    4. -embedded x86 \
    5. -xplatform qws/i686-pc-linux-gnu-g++ \
    6. -prefix /usr/crossdev/usr/local/Trolltech/QtEmbedded-4.5.3 \
    7. -dbus \
    8. -I/usr/crossdev/usr/include/dbus-1.0 \
    9. -I/usr/crossdev/usr/lib/dbus-1.0/include \
    10. -L/usr/crossdev/usr/lib \
    11. -ldbus-1 \
    12. -glib \
    13. -I/usr/crossdev/usr/include/glib-2.0 \
    14. -I/usr/crossdev/usr/lib/glib-2.0/include \
    15. -lglib-2.0 \
    16. -lgthread-2.0 \
    17. -lgmodule-2.0 \
    18. -lgobject-2.0 \
    19. -lpthread \
    20. -no-sql-psql \
    21. -no-qt3support \
    22. -no-phonon \
    23. -no-phonon-backend \
    24. -no-svg \
    25. -no-webkit \
    26. -no-scripttools \
    27. -no-gif \
    28. -no-libtiff \
    29. -qt-libpng \
    30. -qt-libmng \
    31. -qt-libjpeg \
    32. -no-openssl \
    33. -nomake "examples demos docs" \
    34. -v \
    35. -no-nis \
    36. -no-cups \
    37. -no-opengl \
    38. -depths 1,4,8,16,18,24 \
    39. -no-rpath \
    40. -feature-thread
    To copy to clipboard, switch view to plain text mode 

    But I still end up with a qt toolchain that doesn't support threads and I can't compile my qt apps. Any ideas?
    I've been poring through the source code and the build scripts trying to find a clue with no luck. Any help would be greatly appreciated.
    Last edited by Shum; 19th January 2011 at 06:34. Reason: adding more info

Similar Threads

  1. Qt/Embedded support for MIPS architecture
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 30th November 2010, 04:14
  2. Support for tslib in Qt3 Embedded
    By Vortex in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 19th February 2010, 10:41
  3. Does Qt Embedded support PNG
    By hybrid_snyper in forum Newbie
    Replies: 3
    Last Post: 23rd October 2009, 08:53
  4. how to compile qtopia 2.2 with thread support
    By pencilren in forum Installation and Deployment
    Replies: 0
    Last Post: 6th August 2007, 13:06
  5. regarding qt/embedded support in MontaVista linux
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 6th February 2007, 12:46

Tags for this Thread

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.