Results 1 to 4 of 4

Thread: Compiling problem on arm920t board

  1. #1
    Join Date
    Aug 2008
    Posts
    4
    Thanks
    1

    Default Compiling problem on arm920t board

    Hi all, I'm now working with the MINI2440 development board from http://www.developmentboard.net. the board seems to be perfect, it came with a detailed manual, following which I am testing this board, installed Redhat 9.0, arm-linux-gcc-3.3.2, Qt/embedded, now I'm trying to compile the example program "Hello,world!", where I saw the error information below:

    Qt Code:
    1. [root@localhost hello]# make
    2. /usr/lib/qt-3.1/bin/uic hello_base.ui -o ./hello_base.h
    3. /usr/lib/qt-3.1/bin/uic: error while loading shared libraries:
    4. libqt-mt.so.3: cannot open shared object file: No such file or directory
    5. make: *** [hello_base.h] Error 127
    To copy to clipboard, switch view to plain text mode 


    What does this mean?
    what should I do with this?
    Any information will be helpful, thanks in advance!

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 370 Times in 336 Posts

    Default Re: Compiling problem on arm920t board

    it seems like you didn't specify in LD_LIBRARY_PARH variable path to qt.
    PS. what version of Qt do you use?

  3. The following user says thank you to spirit for this useful post:

    franny (12th March 2009)

  4. #3
    Join Date
    Aug 2008
    Posts
    4
    Thanks
    1

    Default Re: Compiling problem on arm920t board

    Quote Originally Posted by spirit View Post
    it seems like you didn't specify in LD_LIBRARY_PARH variable path to qt.
    PS. what version of Qt do you use?
    Qt/Embedded 2.3.7 that offered by the board verdor.
    Can you tell me how to specify ?

  5. #4
    Join Date
    Aug 2008
    Posts
    4
    Thanks
    1

    Default Re: Compiling problem on arm920t board

    OK, now i know that it was a stupid question

Similar Threads

  1. Compiling Problem qt/embedded 4.4.1 linux scratchbox arm
    By hw in forum Installation and Deployment
    Replies: 0
    Last Post: 11th September 2008, 19:25
  2. Replies: 1
    Last Post: 28th August 2008, 21:18
  3. Problem compiling Qt4.4.0 with mingw-static in examples/webkit
    By KjellKod in forum Installation and Deployment
    Replies: 2
    Last Post: 10th July 2008, 13:32
  4. xlC V9 problem compiling Qt 3.3.8
    By kevinm in forum Installation and Deployment
    Replies: 0
    Last Post: 8th April 2008, 20:23
  5. compiling problem / Qt DLL files
    By ht1 in forum Newbie
    Replies: 1
    Last Post: 5th January 2008, 17:58

Tags for this Thread

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.