Results 1 to 3 of 3

Thread: Enable to run QT application in beagleboard (Angstrom)

  1. #1
    Join Date
    Sep 2012
    Posts
    3
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Enable to run QT application in beagleboard (Angstrom)

    hello everyone.

    I want to run QT application in beagleboard - xm (target board).
    in beagle board, i had boot Angstrom OS.

    so, what i did.

    i had install arm cross complier and qt library files for beagleboard in host PC(ubuntu 11.04).

    Using QT creater i had made one qt application(that i want to run in beagleboard).

    in target board (beagle board), i set enivorment for qt (copy qt library files which i found from /opt/qt-arm/lib (from host PC). and also set PATH variable of /etc/profile as /opt/qt-arm/lib).

    and also copy project's executable file to beagleboard

    when i run that executable file using below command,

    #./app -qws

    i got error like:

    ./app: error while loading shared libraries: /opt/qt-arm/lib/libQtGuiE.so.4: file too short.


    help me. how to fix this error.

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Enable to run QT application in beagleboard (Angstrom)

    Are your symbolic links for libQtGuiE.so correct?

  3. #3
    Join Date
    Sep 2012
    Posts
    3
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Enable to run QT application in beagleboard (Angstrom)

    in Host side i found that, libQtGuiE.so.4 is link to libQtGuiE.so.4.6.2. (in host side OS: Ubuntu 11.04)

    but when i copied it to beagleboard(OS angstrom). that file is not link to another file.

Similar Threads

  1. Configure flags for beagleboard?
    By AfouToPatisa in forum Newbie
    Replies: 0
    Last Post: 3rd February 2012, 02:26
  2. how to enable touchscreen for qt application in imx51 board??
    By shakthi in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 17th November 2011, 16:11
  3. Qt configure for BeagleBoard XM error
    By cengiz in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 17th July 2011, 16:57
  4. How enable copy/past in application
    By flamaros in forum Qt Programming
    Replies: 7
    Last Post: 29th March 2010, 02:07

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.