cross compilation error
Unsolved
Qt Medical
-
wrote on 24 Jun 2019, 09:39 last edited by
-
wrote on 14 Nov 2019, 16:07 last edited by
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.