Other Parts Discussed in Thread: MSPM0L2228
Tool/software:
I need to use the CCS command line to create a project from a project-spec file, but without moving the files to another folder.
For example, my workspace is in c:\user_name\workspace_ccstheia, and in this workspace folder I already have all the source files and a project-spec file needed to create a project, these files are in c:\user_name\workspace_ccsthe\demo_project. I would like to create the project files from the project-spec and the source files to the same folder(c:\user_name\workspace_ccsthe\demo_project), because the source files need to stay in this folder rather than be copied to another folder.
In CCS GUI, I can use the "Import project" option to successfully create the project, but in CCS command line, an error will appear with the prompt "A project with name 'demo_project' already exists in workspace", regardless the project files does not exist at this moment. I think the command line simply decide the duplication based on the folder name, rather than checking inside the folder.
Is it possible to have the command line behave like the GUI to allow creating the project in the same folder?
Best regards,
Shuyang