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.

Problem in adding arguments to CCS4 project.

Hello,

I tried to add argument to a ccs4 project using java script such as this one:
args=["","176","144","F:/Stas/CCS_Workspace/Hello/foot.yuv","F:/Stas/CCS_Workspace/Hello/rec.yuv","0","0","F:/Stas/CCS_Workspace/Hello/test.svc","15","2>PSNR.txt"];ccxmlFile="F:/Stas/CCS_Workspace/Hello/NewTargetConfiguration.ccxml";app="F:/Stas/CCS_Workspace/Hello/Debug/Hello.out";core=".*";ds.setConfig(ccxmlFile);mySession=ds.openSession(core);mySession.target.connect();mySession.memory.loadProgram(app, args);  

add that worked great, in SIMULATOR mode (btw, i found that script here, thanks).

Now, i'm trying to add arguments using emulator (XDS510 USB Emulator) and an error occured:

What does it mean exactly? what can i do?
P.S. the emulation, without the arguments, is working.
My board is the DaVinci DM6467 EVM.

Thanks a lot, Stas.