Results 1 to 3 of 3

Thread: QT-Embedded Symbol Lookup Error

  1. #1
    Join Date
    Jun 2009
    Location
    India
    Posts
    143
    Thanks
    16
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Question QT-Embedded Symbol Lookup Error

    Error:

    I have compile a application from Qt-Embedded : examples/mainwindows/application

    when i compile this application for Host it executes fine.

    But when i compile for ARM target, it got compile successfully without any errors.

    When i execute the application i got the below error:

    /note_qtEmbeddeed: symbol lookup error: ./note_qtEmbeddeed: undefined symbol: _ZTI11QMainWindow

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT-Embedded Symbol Lookup Error

    Are you using the right qmake? You might need to do a make distclean && qmake-for-your-arm && make to get it to build properly.

  3. #3
    Join Date
    Jun 2009
    Location
    India
    Posts
    143
    Thanks
    16
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Question Re: QT-Embedded Symbol Lookup Error

    Quote Originally Posted by e8johan View Post
    Are you using the right qmake? You might need to do a make distclean && qmake-for-your-arm && make to get it to build properly.

    Hi Johan,

    Thanks for your reply. Do you think the problem is with build issue? or Am i missing any ibraries?

    Now i have compiled my QT-Embedded for target ARM.

    Can you please suggest the steps on how to compile QT-Embedded for target. with all the libraries included.

Similar Threads

  1. Q3ScrollView resists to scroll down to the garbage bin
    By sivrisinek in forum Qt Programming
    Replies: 0
    Last Post: 5th February 2009, 17:50
  2. nmake error during .pro compiling
    By mattia in forum Installation and Deployment
    Replies: 5
    Last Post: 18th June 2008, 10:15
  3. Compile 4.4.0
    By LordQt in forum Installation and Deployment
    Replies: 18
    Last Post: 29th May 2008, 13:43
  4. Replies: 16
    Last Post: 23rd May 2008, 10:12
  5. Error compiling psql plugin
    By vieraci in forum Installation and Deployment
    Replies: 4
    Last Post: 7th October 2007, 02:49

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.