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.

DSS Perl Scripting Issue with CCS 5.3.0.00090

Other Parts Discussed in Thread: CCSTUDIO

I am using a perl script to invoke DSS on CCS 5.3 in Windows 7 environment. This script works with CCS 5.1 and 5.2 but fails with CCS 5.3. I see the following error:

SEVERE: Can not connect to DebugServer. Path not found: 'c:\ti\ccsv5\ccs_base/De
bugServer/win32'
SEVERE: Could not start server: DebugServer.1: Can not connect to DebugServer. P
ath not found: 'c:\ti\ccsv5\ccs_base/DebugServer/win32'
DSS_SCRIPTING::com::ti::ccstudio::scripting::environment::ScriptingException=HAS
H(0x3c89bc8)

Since DebugServer\win32 no longer exists in CCS 5.3 the path needs to change. The path is set in:

 ti\ccsv5\ccs_base\scripting\examples\DebugServerExamples\perl_inlinejava\DSS_SCRIPTING.pm

This file has not been updated in CCS 5.3 although I see that dss.bat and loadti.bat have changed in this release. How to I modify DSS_SCRIPTING.pm to work with CCS 5.3?

Thanks,

George Snyder

  • Hello George,

    If you are looking at line 76, where it sets XPCOM.RUNTIME, you can probably remove/comment that line from the pm file. That variable is no longer used.

    Thanks

    ki