Results 1 to 6 of 6

Thread: Qt App on ARM with X11/KDE Support

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2009
    Posts
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Qt App on ARM with X11/KDE Support

    After doing the commenting out from the Qt files, when Qt compiler started linking for generating libQtCore library, i keep getting following error

    -------------------------------------------------------------------------
    /srv/tools/omap3evm/toolchain/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld: skipping incompatible /lib/libpthread.so.0 when searching for /lib/libpthread.so.0
    /srv/tools/omap3evm/toolchain/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld: cannot find /lib/libpthread.so.0
    collect2: ld returned 1 exit status
    -------------------------------------------------------------------------

    the linker tries to find libpthread in /lib even though while configure i provided the path to the library folder that was copied from the target board to a local folder on my machine so that cross compilation take place.

    this is the same error that comes if i try to just compile my application even without cross compiling the library.

    there is something going wrong here. can anyone tell me what's going wrong?

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

    Default Re: Qt App on ARM with X11/KDE Support

    Hi,
    Trying a really long shot here. Were you able to fix the problem.

    Rgds

Similar Threads

  1. Installation Problem
    By QbelcorT in forum Installation and Deployment
    Replies: 4
    Last Post: 22nd April 2010, 09:04
  2. Qt 4.4.3 commercial on Kubuntu 8.10
    By Micawber in forum Installation and Deployment
    Replies: 5
    Last Post: 17th February 2010, 01:02
  3. qssl
    By jsmith in forum Qt Programming
    Replies: 29
    Last Post: 7th April 2009, 22:21
  4. Qt-4.4.0 installation error in linux
    By babu198649 in forum Installation and Deployment
    Replies: 4
    Last Post: 27th May 2008, 14:35
  5. Access to PostgreSQL DB on a linux server
    By rmagro in forum Qt Programming
    Replies: 28
    Last Post: 13th March 2008, 09:02

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.