Part Number: CCSTUDIO
Other Parts Discussed in Thread: C2000WARE
Tool/software:
how to create a static library project in CCS Version: 20.0.1.4__1.6.1?
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.
thanks Ki! Ihave two devices, one is Ti AM243X-LP, the other is Ti AM243X-EVM.
Unfortunately I don't see an example library project in the AM243x SDK. The only good workaround would be to create a library project in CCS 12.x and import the project to CCS 20. This is a limitation that we are looking to address in a future release.
Hi! I also need to create a new static library project for an F2838x on CCS Theia.
Unfortunately I don't see an example library project in C2000Ware. The only good workaround would be to create a library project in CCS 12.x and import the project to CCS 20. This is a limitation that we are looking to address in a future release.
Another workaround is to try using the the CLI project commands to create a project
https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs/ccs_project-command-line.html
There is an option to specify a static library:
-ccs.outputType (executable | staticLibrary)
The output-type (optional).
Defaults to 'executable'.