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.
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.

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

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

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?


