Hi all, my project required libjpeg.so.62 library in mini2440. so anyone tell me about process of adding library to mini2440. Thank you...
How to add library to mini2440
Hi Srinivas, You just cross compile your required library on linux platform and copy the binary into lib folder on arm board
Thank you raj for your reply... I downloaded library source jpegsrc.v9.tar.gz and cross compiled for arm as shown below ./configure --host=arm-linux CC=arm-linux-gcc make CC=arm-linux-gcc ARCH=arm it is compiled successfully, in .libs folder i got libjpeg.so.9.0.0 and then copied to my mjpg-streamer folder in board. when i run script i got libjpeg.so.62 no such file or directory..what is the problem?????
> what is the problem You must also cross compile your mjpg-streamer and link it against your libjpeg. Applications and libraries must be consistent.