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.
Tool/software: Code Composer Studio
Hello Community,
I have CCS project working in which, I have to create library for some files,
How to create libraries for specific files ?
eg. I have CCS project in which files available are one.c, two.c, three.c and four.c now i want to create lib for two.c and three.c
Regards,
Pankaj
Pankaj,
Create a CCS project with the Output Type set to "Static Library"
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_getting-started.html#creating-a-new-ccs-project
If you want to only include some of the C source files in the library, then exclude others from the build.
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html#exclude-files-from-build