Results 1 to 2 of 2

Thread: Problem in loading the qt executable on to the ARM board

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

    Smile Problem in loading the qt executable on to the ARM board

    Hi,
    This is my first mail to this group ,as i am so excited to learn qt.I want to load a qt apllication on to the ARM board.But it is throwing errors:
    ./qtstatic: error while loading shared libraries: cannot open shared object
    filesystem.
    Where qtstatic is my excuatble which is statically built for arm.I gor the executable on the host system.But when i transfer this on to my SBC2440II board ,it is throwing this error.

    Very basic question is ,What are the necssary things that are required for loading a qt application on to the board?Being my application is statically built,i think only executable is sufficient.As my file syatem on my board qt filesystem,I no beed to load the qt basic libraries.
    What does plugins do to the filesystem?What happens if we remove the plugins?
    Answers to this question would be very help full for me as i am beginner.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem in loading the qt executable on to the ARM board

    Quote Originally Posted by sivaram_ch View Post
    ./qtstatic: error while loading shared libraries: cannot open shared object
    filesystem.
    Where qtstatic is my excuatble which is statically built for arm.
    Obviously it's not static completely, if it tries to load shared libraries. Check with ldd what libraries it requires and make sure that they are linked statically too.

Similar Threads

  1. problem loading custom plugin on Qt Designer 4
    By raman_31181 in forum Qt Tools
    Replies: 18
    Last Post: 26th September 2008, 09:42
  2. Problem loading plugins throught generated bundle
    By mourad in forum Installation and Deployment
    Replies: 0
    Last Post: 25th March 2008, 11:23
  3. plugin loading problem
    By naresh in forum Qt Programming
    Replies: 6
    Last Post: 9th June 2007, 19:05
  4. Problem Loading GIF
    By ScoOteR in forum Newbie
    Replies: 3
    Last Post: 6th June 2007, 10:09
  5. QMYSQL loading problem
    By ridgesoft in forum Qt Programming
    Replies: 7
    Last Post: 20th May 2007, 14:47

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.