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 w/ CCS 5.4 on Linux

Hi all,
I am trying to run a javascript (dss) program with CCS  5.4.0.00091 on Ubuntu 10.04
I see my arguments to my script are not being passed. When I point to a Debug server from a older CCS installation, the arguments are correctly passed.
 gtc6xlinux@gtc6xlinux:$ /home/gtc6xlinux/ccs_5.4.0.00091/ccsv5/ccs_base/scripting/bin//dss.sh /home/gtc6xlinux/VATF/vatf@3_arago-project_org_git_projects_test-automation_execution-engines_vatf-scripts_git_/LinuxHiPerfDSP/geltest/gel_test.js a b c
args: 0
gtc6xlinux@gtc6xlinux:$ /home/gtc6xlinux/ccs_5.2.1.00018/ccsv5/ccs_base/scripting/bin/dss.sh /home/gtc6xlinux/VATF/vatf@3_arago-project_org_git_projects_test-automation_execution-engines_vatf-scripts_git_/LinuxHiPerfDSP/geltest/gel_test.js a b c
args: 3
gtc6xlinux@gtc6xlinux:$
 
 
Has anybody seen any issue with running debug server scripts on the new CCS version on Linux?
 
Thanks,
Elvita