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 generate a library from specified source files?

I would like to compile some of my .c and .h files into a library(e.g. .lib or .a) in order to allow others to use, how to do this in CCS?

For example, I have created a project, I want to compile the source files in this project to a library but without main.c, what should I do?

Thanks.

Best regards,

Shuyang