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
Forum Updated to NodeBB v4.3 + New Features

cross compilation error

Scheduled Pinned Locked Moved Unsolved Qt Medical
2 Posts 2 Posters 1.2k 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.
  • V Offline
    V Offline
    vikas mishra
    wrote on 24 Jun 2019, 09:39 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 14 Nov 2019, 16:07 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