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.

CCSTUDIO: How and where can I change the directory of the output/compiled files in CCS Theia IDE

Part Number: CCSTUDIO
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi, though I tried to follow this post but I got errors when I prepend a path.

May I know how can I change the directory of these output/linker/hex files in CCS Theia IDE as this is part of my company's standard requirements for code standardization?

thanks so much in advance.

  • Hello,

    Can you provide how you are prepending the path and also what the exact error messages are?

    Thanks

    ki

  • Hi Ki, apology for the late reply. 

    I reloaded the app, just tried prepending again and surprisingly, it worked out. Joy 

    I think I accidently add the "\" instead of "/" which caused this issue.

       

    Apology for the inconvenience caused and thanks for the reply. Pray

    I just would like to check one more thing. Is there a way to change the directories of the ti_msp_dl_config files whenever I changed cofiguration in sysconfig?

  • I just would like to check one more thing. Is there a way to change the directories of the ti_msp_dl_config files whenever I changed cofiguration in sysconfig?

    To change the sysconfig output directory, use the --output option. You can access it from the project properties. You first need to set the output directory management mode to "manual" to access the --output field.

    Please note that changing the location can have a ripple effect and break some dependencies in the project (such as where the compiler looks for the device.opt file) so you will need to make sure you modify the project to account for these changes.

    Thanks

    ki

  • Hi Ki, noted and thanks so much for the reply. Pray