Tool/software: Linux
Hi,
I am cross compiling Shairport-sync application for Beaglebone black which is having 32-bit microprocessor. While Cross compiling I am getting following error:
/usr/bin/gcc-cross/arm-linux-gnuabi/5/../../../../arm-linux-gnueabi/bin/ld:Cannot find -lconfig
So, I have to install the 32-bit version libconfig library in ubuntu.
I can able to install for intel processor. But,
How can I install 32-bit version of libraries in ubuntu for ARM processor?
Can you please suggest me any solution?
Thanks in advance
Manimekala.R