Other Parts Discussed in Thread: CCSTUDIO
I try to set a post build step for Code Composer Studio 6.1.2 like in the GUI for my headless mode (running with batch script).
I checked TI command line (at TiWiki) but I didn't find anything about post build steps. My post build step is a batch file which generates a binary file from .out file.
@echo off set CURR_DIR=%~dp0 C:\ti\ccsv6\eclipse\eclipsec -noSplash -data "C:\Test\workspace" -application com.ti.ccstudio.apps.projectImport -ccs.autoImportReferencedProjects -css.referencedProjectSearchDirectory -ccs.location %CURR_DIR%\Sitara\SysBiosAppl > log.txt C:\ti\ccsv6\eclipse\eclipsec -noSplash -data "C:\Test\workspace" -application com.ti.ccstudio
Is there any possibility to add/run a post build step in batch mode?
I am thankful for any help :)