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.

How to add CSL libraries in the codec engine's server?

I want to use the CACHE_setL2Size() function and probably other CSL ones on a DaVinci DM6467

I build my codec and it passes.

I then build the server, and it fails compilation with an unresolved reference to CACHE_setL2Size.

I have already tried to define -dCHIP_DM642 and also added cslDM642.lib and rts64plus.lib in code composer for the project that builds the codec. I build the server with linux command-line. Here is the error:

undefined                        first referenced
 symbol                              in file

---------                        ----------------

_CACHE_setL2Size                 /home/flemieux/makito.svn/common_platform/apps/codecEngine/oscar2/codecs/aes/lib/aes.a64P

 

Let me know if you have an idea!

Thanks,

Francois