Tool/software: Code Composer Studio
I need to add a library on a CCS project.
I do right click on the project, Add Files from project's context menu, browse and select the .c and .h files.
In the .c file where I will call the functions of the added library I included the .h file of the added library.
Then I have this problem:
when I build the the project the called functions from the added library are not solved.
how to add correctly the library t the CCS project?