Hello,
I'm trying to debug a simple Hello-World program with the instruction-set-simulator for T4240 using CodeWarrior 10.4.0 (Ubuntu Linux).
I configured the Debug Configuration with "Connection type" = "CCSSIM2 ISS", "Automatic launch" and Port = 41475.
By starting the debug session, "ccssim2" program is automatically launched on localhost, but right after launch the following error message is displayed:
Error launching DebugTest-core00_RAM_T4240_Download
CCSProtocolPlugin : Failed to correctly configure the JTAG chain
[CCS last error: Network fault ]
Here is the logging output:
ccs_open
ipaddr = 127.0.0.1
port = 41475
timeout = 60
serverh = 0
ccs_open; ccs_error = 10
Error message: Connection refused
ccs_open
ipaddr = 127.0.0.1
port = 41475
timeout = 60
serverh = 0
ccs_open; ccs_error = 0
ccs_get_connection_count
serverh = 0
count = 1
ccs_get_connection_count; ccs_error = 0
ccs_set_timeout
serverh = 0
timeout = 60
ccs_set_timeout; ccs_error = 0
ccs_get_config_chain
serverh = 0
device_list: (size = 0)
ccs_get_config_chain; ccs_error = 0
ccs_config_chain
serverh = 0
cc = 0
device_list: (size = 1)
device[0]:: core_type=T4240(206)
ccs_config_chain; ccs_error = 37
Error message: CCS Sim error
ccs_kill_server
serverh = 0
ccs_kill_server; ccs_error = 3
Error message: Network fault
Thanks for any suggestions,
Richard