Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
I have a CCS project with attached project files. To automate the build I want to run build the project through command line. But given command not working.
eclipsec -noSplash -data "<workspace_dir>" -application com.ti.ccstudio.apps.projectBuild (-ccs.projects <name1>[ <name2>]* | -ccs.workspace) [<options>]
Could you please tell whats wrong here
eclipsec -noSplash -data "SwProjectPath" -application com.ti.ccstudio.apps.projectBuild
