Other Parts Discussed in Thread: CCSTUDIO, C2000WARE
Tool/software:
I attempted to import a TI .projectspec example using the following command:
cmd = '"C:\ti\ccs1270\ccs\ccs_base\SCRIPT~1\..\..\eclipse\eclipsec.exe" -noSplash -data "C:\Aditya\CCS_Workspace" -application com.ti.ccstudio.apps.importProject -ccs.location "C:\ti\c2000\C2000Ware_5_02_00_00\driverlib\f28p55x\examples\dac\CCS" -ccs.overwrite full'
Upon execution:
[status, result] = system(cmd)
The output was:
Status: 1
Result:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See www.slf4j.org/codes.html for further details.
--------------------------------------------------------------------------------
Importing project from 'C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/examples/dac/CCS'...
!ERROR: No valid Eclipse project can be found at location 'C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/examples/dac/CCS'!
The error suggests that no valid Eclipse project is found at the specified location. I suspect there might be an issue with the command line import process for CCS projects, particularly regarding the handling of .projectspec files.
I found a document here in section 6.2.1.1 which does not list .projectspec among the supported formats.
6.1. Creating and Managing Projects — Code Composer Studio Theia 1.5.0 Documentation
Query : Could you please verify if the command is correct, or if there are known limitations with importing .projectspec files via command line in CCS?

