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.

Compiler/TDA4VM: How to apply my custom library to the code

Part Number: TDA4VM

Tool/software: TI C/C++ Compiler

Hello Expert,

 

I would like to ask how to apply my custom library to the code.

 


I have a all of 5'.so' files and several '.h' files.

 

I applied libraries and .h files to Concerto.mak.

I specified the path of the library and header with   IDIRS += <PATH> 


I applied the library with SYS_SHARED_LIBS += <library_name>.


However, the header file read from the path cannot read the library.

 

 
Please let me know if there is any documentation on how to apply the custom library.

Thanks,

Regards,

Kim