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-THEIA: How to handle project properties if starting a static library from scratch

Part Number: CCSTUDIO-THEIA
Other Parts Discussed in Thread: MSPM0L1306, MSPM0L1305

Hi champs,

 

Because CCS Theia does not support creating a static library from scratch, the user is following up this link.

https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs/ccs_project-command-line.html#cli-project-create

After running a command below,

ccs-server-cli -noSplash -workspace "C:/Users/user/workspace_ccstheia" -application com.ti.ccs.apps.createProject -ccs.name MSPM0L130x_staticLib -ccs.device MSPM0L1306 -ccs.outputType staticLibrary -ccs.toolChain TICLANG -ccs.outputFormat ELF

 

the user finds there is no project properties below.

 

image.png

The user is confused why there is no project properties like this when importing an empty project from MSP SDK.

image.png

 

Even on CCS 12.8.1, there is indeed such option when creating a static library.

image.png

 

 

Without this properties, how does the user handle compiler options like including paths, adding another TI driverlib?

Or would you please show us how to handle project properties if starting a static library from scratch?