Results 1 to 2 of 2

Thread: Linking error in compiling application in Qt-Embedded-4.4.1 in mipsel architecture

  1. #1
    Join Date
    Jun 2008
    Posts
    21
    Thanked 1 Time in 1 Post

    Default Linking error in compiling application in Qt-Embedded-4.4.1 in mipsel architecture

    Hi,

    I am using Qt-embedded linux 4.4.1 in mipsel architecture, I have done the compilation. It is done well without errors. But i am getting the linking error in compiling the application.

    The error is:
    /usr/local/Trolltech/QtEmbedded-4.4.1-mips/lib/libQtCore.so: undefined reference to `clock_gettime'

    I am using the gcc-3.3.5-glibc-2.3.2 in mipsel-linux platform for cross compiling.

    Does the gcc compiler version i am using is supported in the qt4?

    Please give me the reason for the linking error and how can i fix it?

  2. #2
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Linking error in compiling application in Qt-Embedded-4.4.1 in mipsel architectur

    Is clock_gettime an attribute or a method of one of your classes?
    I am not aware of a method with such a name in any of the Qt classes (especially QTimer where it would fit best).

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.