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/TM4C1294KCPDT: Changing the output directory to custom path

Part Number: TM4C1294KCPDT

Tool/software: Code Composer Studio

Hi Everyone,

I am developing an embedded application on TM4C1294NCPDT using TI-RTOS V2.16. Compiler CCS v6.2.

I want to change the Build output directory from default "${BuildDirectory}/Debug"  to my custom Build output path. Can you help me how to change that.

Regards,

Prem. 

  • Prem,

    You can change it here:

    You can put a path or relative path in front of the name.

    Another option would be to add a post build step that copies the file where you want it, that is pretty common.

    Regards,

    John