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. Cross compiling for dragon 410 c
Qt 6.11 is out! See what's new in the release blog

Cross compiling for dragon 410 c

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 463 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.
  • CKurduC Offline
    CKurduC Offline
    CKurdu
    wrote on last edited by CKurdu
    #1

    Hi everybody

    I found this link to create a cross-compiled Qt. I can make many steps successfully until "make install command".

    I got these errors.

    obj/qwaylandeglwindow.o:qwaylandeglwindow.cpp:function QtWaylandClient::QWaylandEglWindow::updateSurface(bool): error: undefined reference to 'QtWaylandClient::lcQpaWayland()'
    .obj/qwaylandeglwindow.o:qwaylandeglwindow.cpp:function QtWaylandClient::QWaylandEglWindow::updateSurface(bool): error: undefined reference to 'QtWaylandClient::lcQpaWayland()'
    .obj/moc_qwaylandeglwindow.o:moc_qwaylandeglwindow.cpp:vtable for QtWaylandClient::QWaylandEglWindow: error: undefined reference to 'QtWaylandClient::QWaylandWindow::isActive() const'
    .obj/moc_qwaylandeglwindow.o:moc_qwaylandeglwindow.cpp:vtable for QtWaylandClient::QWaylandEglWindow: error: undefined reference to 'non-virtual thunk to QtWaylandClient::QWaylandWindow::isActive() const'
    collect2: error: ld returned 1 exit status
    make[5]: *** [Makefile:85: ../../../../plugins/platforms/libqwayland-egl.so] Error 1
    make[5]: Leaving directory '/home/ckurdu/bin/linaro/qt511_build3/qtwayland/src/plugins/platforms/qwayland-egl'
    make[4]: *** [Makefile:115: sub-qwayland-egl-install_subtargets-ordered] Error 2
    make[4]: Leaving directory '/home/ckurdu/bin/linaro/qt511_build3/qtwayland/src/plugins/platforms'
    make[3]: *** [Makefile:62: sub-platforms-install_subtargets] Error 2
    make[3]: Leaving directory '/home/ckurdu/bin/linaro/qt511_build3/qtwayland/src/plugins'
    make[2]: *** [Makefile:165: sub-plugins-install_subtargets] Error 2
    make[2]: Leaving directory '/home/ckurdu/bin/linaro/qt511_build3/qtwayland/src'
    make[1]: *** [Makefile:61: sub-src-install_subtargets] Error 2
    make[1]: Leaving directory '/home/ckurdu/bin/linaro/qt511_build3/qtwayland'
    make: *** [Makefile:639: module-qtwayland-install_subtargets] Error 2
    
    

    You reap what you sow it

    1 Reply Last reply
    0
    • CKurduC Offline
      CKurduC Offline
      CKurdu
      wrote on last edited by
      #2

      I changed the version qt 5.12 to qt 5.11 and problem solved.

      You reap what you sow it

      1 Reply Last reply
      0

      • Login

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