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 Library (.LIB) file?

Hi,

I want to generate some .LIB file of each .C file.

For example, my project includes main.c, file1.c, file2.c and file3.c

I want to make file1.lib, file2.lib and file3.lib for modules.

Does CCSv5 supports option to generate library file option?

How can I generate library using CCSv5?

 

  • Hello,

    When creating a new project, make sure you change the output type to 'Static Library'

    This output type will generate a .LIB

    Note that you cannot convert an existing project to a library project. You will have to create a new project

    Thanks

    ki