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.

Renaming output file

Hi,

I created a project based on an example using CCS 5.4.00091.  How can I change the output file name to match my project and not the example?

Is there a place in the project properties GUIs to do this?  If it is a command line like -o=filename, could you please specify which file this is in as I am fairly new to Code Composer.

Thanks!

  • In CCS, right-click the project and select Properties.  Then go to Build->C2000_Linker->Basic_Options screen.  There is a box for specifying the .out file name.  You can put in a specific name, or personally I like to use "${ProjName}.out" which sets the .out file to the same name as that of the project.  You can do the same for the .map file.

     

    Regards,

    David