Results 1 to 2 of 2

Thread: Running QT application on Target board

  1. #1
    Join Date
    Apr 2012
    Posts
    49
    Thanks
    14
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Running QT application on Target board

    hi,

    I have written a helloworld program in QT and its running in Desktop. And i tried to run in target board it giving the following error

    #./helloworld
    ~sh:./helloworld not found

    i used the below procedure to create binary for target board

    qmake -project
    qmake
    then edit the CC to uclibc in Makefile
    make

    In target board thQT4.7.3 have installed and shared libraries are there in /usr/lib

    Could you please tell me what i am missing in this procedure.

    Thanks in Advance

    Regards.
    vinith

  2. #2
    Join Date
    Apr 2012
    Posts
    2
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Running QT application on Target board

    You have to use ./hello -qws to access the server directly

Similar Threads

  1. error while running a GUI application in mini2440 board
    By preetb123 in forum Installation and Deployment
    Replies: 0
    Last Post: 23rd August 2011, 14:57
  2. Error while running qt application on board
    By bakul2331 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 15th July 2010, 16:09
  3. Trouble running application on ARM board
    By evinay in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 7th October 2009, 13:22
  4. QT3 application is not running on ARM Board
    By soumya in forum Qt for Embedded and Mobile
    Replies: 16
    Last Post: 20th July 2009, 10:13
  5. No output on frame buffer (arm target board)
    By devendra in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 29th November 2006, 20:03

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.