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!