Tool/software: Code Composer Studio
Hi,
I am trying to run CCS 5.3 simulator on a Linux server. The installation was run first in a local server and finished succesfully. I was able to run an example without any problem. However, I tried to take the folder where the simulator is installed and copy it to a folder on a Git server (without getting installed, just copied) so that developers can download a copy of the simulator using a "repo init" command. The siumulator stpped working at this point (using the copied version). Every time I call the simulator I get the following error:
js: "ccs_base/scripting/examples/loadti/main.js", line 90: uncaught JavaScript runtime exception: TypeError: instance is not a function, it is org.mozilla.javascript.NativeJavaPackage.
Any thoughts?