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.

How to set compile out put path and .out file's name

Hi all:

        I use TMDSEVM6678L

        I am building a multi-core program , and I made 8 projects in CCS

        Each project  corresponding a core

        I need to convert the *.out into *.bin

        each time I have to rename the *.out file and copy it to a utilities folder to prepare convert.

        Can I set the *.out output path and the file name?

       for example:

        my project name is Multicore_Boot  then I built to get a Multicore_Boot.out  in ../Multicore_Boot/Debug 

        I want to change that  when I click on "Build 'Debug' for peoject 'Multicore_Boot' ",

       I  can get  a .out file name and path as I preset. Eg: simple1.out in D:\My_Space

       How to set this ,thank you.

 Best Regards

Yewkui Wang