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.
Part Number: CCSTUDIO-C2000
Hello,
I am using the CCS V10.1.1 command line interface. The commands are working, but I do not get any output in cmd window.
I can redirect the output by 1>outfile.txt, but not in cmd directly. E.g.
ccstudio -noSplash -data "D:\workspace" -application com.ti.ccstudio.apps.projectBuild -ccs.help
returns with no output. Calling this
ccstudio -noSplash -data "D:\workspace" -application com.ti.ccstudio.apps.projectBuild -ccs.help 1> help.txt 2>&1
help.txt contains the help output.
I used windows cmd and power shell, no success. Does anybody has an idea thats wrong?
Thanks Steffen
Hello,
user6499043 said:
You should be using the Eclipse command line launcher eclipsec instead for command-line project builds:
https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html#build-a-ccs-project
Thanks
ki