Tool/software: Code Composer Studio
Hi
My tools:
OS: win7
Board: Customized
CCS: V7
XDC: 3.23.4.60
SYS/BIOS: 6.33.6.50
I want to make a library from my code, Please introduce a reference that explains how to make a library in the CCS.
Best Regards
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
Hi
My tools:
OS: win7
Board: Customized
CCS: V7
XDC: 3.23.4.60
SYS/BIOS: 6.33.6.50
I want to make a library from my code, Please introduce a reference that explains how to make a library in the CCS.
Best Regards
Go through the New Project wizard (CCS menu Project->New CCS Project), expand the "Advanced Settings" and pick "Static Library"" for the Output type.
During project build, this will invoke the compiler to build the source files and then the archiver to combine the object files into a library. More details about the archiver itself can be found in the C6000 Assembly Language Tools Users Guide.