Hi,
I build a specific application that use DSPLink module on DVSDK_4_02_00_06 for OMAPL138.
When i operate "make dsplink" i success to build my application. But now i need to make use on function that belong to
External library that locate outside DVSDK_4_02_00_06 environment .
In which files [COMPONENT,SOURCES...] i have to add this external library to make the compiler recognize this library?
For example: My external library locate at: "/usr/local/share/libpcap/libpcap-1.2.1" and i want to use fuctions from this library
During buils specific application on DVSDK_4_02_00_06.
Thanks.