Results 1 to 5 of 5

Thread: Problem while using Qt v4.6.3

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2010
    Posts
    2
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Problem while using Qt v4.6.3

    yes Hello has been crosscopiled
    and when you test the file ( file hello) the résult is :
    "32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU 2.6.14, not stripped"

    Thanks

  2. #2
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Problem while using Qt v4.6.3

    Is your application linked to any shared library? If yes, try to check the existence of its dependencies. I remember seeing this not obvious error with my non-Qt app some time ago, but i don't remember the solution, sorry.
    I'm a rebel in the S.D.G.

  3. #3
    Join Date
    Jan 2010
    Posts
    18
    Thanks
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Problem while using Qt v4.6.3

    Question 1. Are the Qt libs installed on the target?
    Question 2. Have you tried launching the program the following way?:
    ./hello -qws

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.