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