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. error during cross compilation
Qt 6.11 is out! See what's new in the release blog

error during cross compilation

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 474 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.
  • V Offline
    V Offline
    viveknath
    wrote on last edited by
    #1

    I have built a project using Qt creator, i am trying to build the same for an embedded device using a cross platform. when i try to build, i am getting the following error

    /usr/local/QtToolchain/sysroots/x86_64-openstlinux_eglfs_sdk-linux/usr/libexec/arm-openstlinux_eglfs-linux-gnueabi/gcc/arm-openstlinux_eglfs-linux-gnueabi/8.2.0/real-ld:-1: error: cannot find -lGLESv2

    and

    error: collect2: error: ld returned 1 exit status

    K 1 Reply Last reply
    0
    • V viveknath

      I have built a project using Qt creator, i am trying to build the same for an embedded device using a cross platform. when i try to build, i am getting the following error

      /usr/local/QtToolchain/sysroots/x86_64-openstlinux_eglfs_sdk-linux/usr/libexec/arm-openstlinux_eglfs-linux-gnueabi/gcc/arm-openstlinux_eglfs-linux-gnueabi/8.2.0/real-ld:-1: error: cannot find -lGLESv2

      and

      error: collect2: error: ld returned 1 exit status

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @viveknath

      Hi and welcome to devnet forum

      Did you install the cross-compiled lib versions for your embedded device?
      They are in general different to those used in your desktop app.

      Vote the answer(s) that helped you to solve your issue(s)

      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