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:
---------------------------------------------------------------------------------Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------