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 

해당 에러가 날 경우에는, 타깃 환경 설정의 실행 탭의 target_binary_path의 경로와 실제 빌드한 바이너리가 다를 수 있습니다.

이러한 경우에는 target_binary_path를 실제 빌드한 바이너리의 경로로 변경해야 정상동작 합니다.

console 로그에서 해당 원인임을 찾아보는 방식은 다음과 같습니다.

Finished building target의 .out 파일과 loadProgram: ENTRY sFileName: 의 .out 파일이 같은 지 확인

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

Thanks for your feedback.