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.

default location of targetConfigs



Hi,

I am using CCS v6.2 and have an EXISTING project.

What I want to do is that when I import the existing project, I want the "tagetConfigs" folder which has default .ccxml to be created under the workspace folder. But for some reason, the "targetConfigs" folder is always created under the project folder from where I have imported the project.

For example,

project folder : c:\myProject\project1  which has .cproject, .project, and .ccsproject

workspace folder : c:\myWorkspace\workspace1 which I have created

What I want is c:\myWorkspace\workspace1\targetConfigs\xxx.ccxml

But what I see is that c:\myProject\project1\targetConfigs\xxx.ccxml

I think there should be some setting I can change to do this, but I cannot find where to change.

Please let me know how to do this.

Regards,

Kwang

  • Kwang,

    The "targetConfigs" directory cannot be changed. You can, however, change the location of the shared target configurations:

    The shared target configurations can be linked to projects and work similarly as if they were located in the targetConfigs directory of a project. You can open the Target Configurations view, right-click on the desired file and link to a project

    Hope this helps,

    Rafael