I would like to give me some instruction on how to configure CCS 5.1 in order to use IMGLIB 2 binaries in projects for C64++ DSPs.
Thanks in advance
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I would like to give me some instruction on how to configure CCS 5.1 in order to use IMGLIB 2 binaries in projects for C64++ DSPs.
Thanks in advance
Using a library doesn`t have constraints on Code Composer studio version you are using. basic principle to use any DSP library is to include the header file in the compilation while providing the path to the header file in the search path of the compiler. similarly for the linker options, add the path to the IMGLIB2 in the library search path and link the library. Look at the screen shots below: