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.

CCSTUDIO-C2000: Output of command line mode CCS V10.1.1 does not appear in cmd shell

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