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.

CODECOMPOSER: New Target Configuration File Not Created in Intended Folder

Part Number: CODECOMPOSER

Hello,

A minor problem. In CCS12.5, right clicking on the 'targetConfigs' folder then 'New' -> 'Target Configuration File', appears to show that the new file will be created in the targetConfigs folder as intended:

But the new .ccxml file is instead created in the project root folder:

  • Hi Kier,

    It's a little confusing I admit. Note that the path in the "Location" field is misleading. The path specified there only applies to when the "Use shared location" checkbox is enabled. Then it will generate the ccxml file in the path specified. When that checkbox is enable, the path in there will change from the current working directory to the default shared target configuration directory for the workspace (but it is then configurable). If it is not enabled, then the ccxml file is always generated in the root project directory. Admittedly this is confusing. Hopefully it is more clear now.

    Thanks

    ki