Hi, I'm developing a simple ARM application for DM6446 using CCSv5, and I'm using cl470 compiler. I would like to link such app against libopencv_core.so. OpenCV has been already cross compiled for my Board (without using CCS). In order to accomplish this, I added the linking directory in the Build Settings, under "Properties->File Search Path->add <dir> search path" and I added libopencv_core.so in "Properties->File Search Path->include library file". Despite this, when I build the project, I get the following output: <Linking> As an alternative, I also tried to directly add the library by right-clicking and selecting "Add File"... still without any success. My question is: how can I enable dynamic linking in CCS? Thanks Gabriele
error: dynamic object
"/home/gabriele/sw/ruiva-dm6446-dvsdk2-rel/workdir/filesys/usr/lib/libopencv
_core.so" specified when building non-dynamic object "OpenCVCamera.out"