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.

CCS: problem building project after import

Tool/software: Code Composer Studio

Hi All,

I have v7.0 CCS. i have created a project that builds & runs fine. I have copied the contents of the project into another folder & renamed the new folder. when I open the same workspace & import the new folder & try to build, it seems that nothing happens. 

What could be the problem? in summary- below is the problem.

Workspace name: TEST
Project Name: try -> this works fine.
Folder Name: /.../.../hello_world

copied contents of folder hello_world into new folder called hello_earth

Workspace name: TEST
Project Name: try1
Folder Name: /.../.../hello_earth

Imported project name try1 into TEST workspace -> build project -> no output on the console window, no errors/warning

**I have noticed that there is an * sign under the new project name try1

  • If you want to make a copy of the project in a workspace just right click on it in the Project Explorer in CCS and select Copy.  Right click again and select paste.  The copy project dialog will then open and ask you for a new name for the copy.  Or just just control-c and control-v shortcuts.

    You can't just change the name of the folder yourself as there are all kinds of references to the project name in the project files that have to be adjusted.

    Regards,

    John