Code Composer Studio Build Automation
Code Composer Studio has a program, called timake.exe, that allows users to compile or build their projects from the DOS command line.
Here is an example of how to use it.
|
C:\CCStudio_v3.3\cc\bin\timake.exe PROJECT_NAME.pjt Debug -a
|
|---|
I recommend that you either first go to directory that your Code Composer Studio project file is located, or you use the full path of the project file.
by Phil B.