Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt 4.8.7 - Cross compilation error - symbol lookup error: undefined symbol: _ZN7QWidget8qwsEventEP8QWSEvent
Forum Updated to NodeBB v4.3 + New Features

Qt 4.8.7 - Cross compilation error - symbol lookup error: undefined symbol: _ZN7QWidget8qwsEventEP8QWSEvent

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 395 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Akhi007A Offline
    Akhi007A Offline
    Akhi007
    wrote on last edited by
    #1

    I have cross compiled executable file from QT 4.8.7 on different device(OS - Ubuntu 16.04) and i am running it on Raspberry PI(Ubuntu Mate OS installed in it) which have installed QT 4.8.7 and QT declarative module also. When i run the cross compiled executable file (which is cross compiled on Ubuntu 16.04) on my raspberry pi, i got the error message like : "undefined symbol: _ZN7QWidget8qwsEventEP8QWSEvent". I don't know why i am getting this error as both the side installed QT version is same and arm-linux-gcc toolchain is same.Qt Declarative module version is also same from both side. please help.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      From the looks of it, you are trying to start a Qt application built in Qt for Embedded mode using a standard X11 build.

      On a side note, it's Qt, QT stands for Apple's QuickTime which you are currently not using.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Akhi007A 1 Reply Last reply
      2
      • SGaistS SGaist

        Hi and welcome to devnet,

        From the looks of it, you are trying to start a Qt application built in Qt for Embedded mode using a standard X11 build.

        On a side note, it's Qt, QT stands for Apple's QuickTime which you are currently not using.

        Akhi007A Offline
        Akhi007A Offline
        Akhi007
        wrote on last edited by
        #3

        @sgaist Thank you for reply.... what should i do to solve this issue....???

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Ensure that you deployed your cross-compiled Qt version on the device.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved