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.

CCSTUDIO: Switch a CodeComposer Studio project from "Executable" to "Library"?

Part Number: CCSTUDIO

Hi,

I have an AM3358-project in my CCS version 12 that is intended to be a library (static. linkable .a file). I created a new project file from scratch and have chosen the option "without main()". Unfortunately it still tries to link to an executable. When looking into the project settings, I can see a section "Arm Linker" and not as expected for a library the "Arm Archiver".

So my question: how can I make a library project out of this existing project? How to get rid of the dependencies to main() so that it results in a statically linkable file?

Thanks!

 

  • Hello,

    It is not possible to change the output type of a project once it has been created. It is recommended to create a new library project from scratch and then add your files and configure the project from there.

    Thanks

    ki