cross compilation error
Unsolved
Qt Medical
-
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. -
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.