Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
I have successfully compiled with CCS7. I can find the .out file and the .hex file. Now I am trying to compile from the command line with:
eclipsec -noSplash -data "C:\myapp" -application com.ti.ccstudio.apps.projectBuild -ccs.workspace -ccs.buildType clean
Where is the output? The compile reported 0 errors. However, I cannot find any output from the compile.
The command line was executed from the \ti\ccsv7\eclipse directory. Where did not go?