[quote user="George Lathrop"]The following command string provided by you has been entered verbatim into the Initialization Script text entry box[/quote]
The field is for a DSS script, not a DSS API call. It is not a command line interpreter for DSS APIs. You need to write an actual DSS script and create the scripting environment, instances of the debug server and debug session and then call the API.
See the DSS wiki:
http://processors.wiki.ti.com/index.php/Debug_Server_Scripting
I created an example script for you. Just change the last line to your GEL file. I renamed the *.js extension to a *.txt. You have to rename it back
(Please visit the site to view this file)
If you just solely want to work with GEL, I suggest you instead add the GEL file to your target configuration file. That would be the simpler option for you.
Thanks
ki