SEVERE: Unable to get address for symbol: cs_io_putbyte
org.mozilla.javascript.WrappedException: Wrapped com.ti.ccstudio.scripting.environment.ScriptingException: Unable to get address for symbol: cs_io_putbyte 

If the target_binary_path in the execution tab of the target environment setting and the actually built binary are different, the error may occur.

In this case, it works normally if you change the target_binary_path to the path of the actual built binary.

The way to find out in the console log that this is the cause of the error is as follows.

Check if the .out file of the finished building target and the .out file of loadProgram: ENTRY sFileName: are the same

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.