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.
Tool/software: Code Composer Studio
Hello CCS team,
I'm trying to figure out a way to run a script as a post-build step for a project, but depending on the OS the user is running, it needs to either run a batch script (for Windows) or a shell script (for Linux). Is there anyway to do this?
Regards,
Sahin
Sahin,
If the script can be invoked with just its name (ie no .bat or .sh extension) on the Windows command prompt or Linux terminal, then you should be able to invoke it the same way in the post-build step. And if the project is contained in a OS specific software/SDK package, it can include the Windows or Linux script that is appropriate for the OS.