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 3.3 -> 5.2 migration questions

I am trying to migrate workspace which contains 5 projects from CCS 3.3 to CCS 5.2.

So I have a few questions:

1. How can I add cancel button to toolbar which will stop the building process?

2. After migrating project MyDev5505 from CCS 3.3 to CCS 5.2. I noticed that the list of project source files includes files MyDev5505.pjt and project.log. Does it make sense? project.log contains migrating wizards warning/comments. I thought that pjt files are no mor ein use in CCS5. Could you please comment?

3. How can I ONLY compile one file from project? In CCS 3.3 was option to compile single file.

4. How can I save workspace in CCS5? I can't find save workspace menu.

Thanks

  • Robert Smith said:

    1. How can I add cancel button to toolbar which will stop the building process?

    There is no cancel button in CCSv5.x, however you can cancel the build by clicking the red button in the progress view. If the progress view isn't open and there is a build job running, then you should be able to open this view by clicking on the progress bar at the bottom right of CCS main window.

    Robert Smith said:

    2. After migrating project MyDev5505 from CCS 3.3 to CCS 5.2. I noticed that the list of project source files includes files MyDev5505.pjt and project.log. Does it make sense? project.log contains migrating wizards warning/comments. I thought that pjt files are no mor ein use in CCS5. Could you please comment?

    Those files are kept so that user can make reference later or see error/warning if migration wasn't successfully completed. pjt is not long use in CCSv5.x, it is replaced with .project.

    Robert Smith said:

    3. How can I ONLY compile one file from project? In CCS 3.3 was option to compile single file.

    Open the Project Explorer view and right click on the file(s), there should be an option to build selected file(s)

    Robert Smith said:

    4. How can I save workspace in CCS5? I can't find save workspace menu.

    Workspace is automatically saved when you exit CCS, there is no option to explicitly save workspace.

    Regards,
    Patrick