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/TMS320F28069: adding variable value to .out and .hex file names

Part Number: TMS320F28069


Tool/software: Code Composer Studio

Hello! I've got a couple variables that i'd like to add to the .out and .hex files when i'm generating them whenever I compile. I'd like to have CCS create the files name something like <Project name>-<Value1>.<Value2>.out and then the same for .hex. These variables are part of my code rather than operating system variables. Is this possible? I'm basically wanting to add my major and minor firmware versions to the files names if that helps at all. Anyways, I figured I'd ask. Thanks a bunch!!