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.
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
Your advise worked .but can I change the output path of *.out?
user4263705 said:Your advise worked .but can I change the output path of *.out?
You can place the .out file in a specific directory by browsing to that directory. Depending on the version of CCS the option may look a bit different, but in CCS 6.1.0 you can click on the Edit icon and browse to the location where you want the .out file to be saved and also specify the name of file.