Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Qt Medical
  4. cross compilation error
Qt 6.11 is out! See what's new in the release blog

cross compilation error

Scheduled Pinned Locked Moved Unsolved Qt Medical
2 Posts 2 Posters 2.0k Views
  • 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.
  • vikas mishraV Offline
    vikas mishraV Offline
    vikas mishra
    wrote on last edited by
    #1

    0_1561368999122_poky-cross-error.png
    hello,
    i am using yocto poky/2.5 cross dev tools ...but at last when i cross compiled for raspberry it give error ..can anyone help me ..to solve this error.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      KRP1
      wrote on last edited by
      #2

      From the compile output, it looks like your target doesn't have libiw-dev installed (ld error: cannot find -liw).

      On the target device, try

      apt-get install libiw-dev
      

      if you haven't figured this out yet.

      You could also use the cross-compiler to build libiw from scratch and install into the target architecture area.

      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