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/CC2640R2F: How to disable "Copy projects into workspace"

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hi all,

I try to import project into CCS and I don't want to copy it into workspace. When I select project then I cannot un-click "copy project into workspace" Please help me thanks

  

  • Kimi,

    It is not possible to uncheck the option in this case due to the type of project.  The projects that are part of this SDK are really just a template and the project gets created as part of the import process.

    If you want to have the projects in a different location then you can do the following:

    • Import the projects into your workspace.  Note that for many of these examples multiple projects will be added to the workspace, often one for the application example and one for the kernel.
    • Go to your file system.
    • Copy the project folders to the location where you want them to be.
    • In CCS delete the projects from your workspace, say yes to the prompt to delete the files.
    • Go back to the import tool and select the projects from their new location.
    • Uncheck the box to copy them into your workspace.
    • Click finish.

    The projects will now be part of your workspace but physically located in the folder that you want.

    Regards,

    John

  • Hi John,

    OK, thank you for your help.