Codewarrior MPC55xx V5.90 Command line issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Codewarrior MPC55xx V5.90 Command line issue

1,398 Views
jackzhou
Contributor I
Hello,
 
CodeWarrior MPC55xx,i want to use tcl script,when i
use the command:
cmdIDE /d script.tcl
It prompt:
ERROR:Bad Debug Executable argument (enclose debug-IDE in "quotes").(Code 11)
 
And the script.tcl is:
debug
reset
go
exit
 
Regards,
Jack
Labels (1)
0 Kudos
1 Reply

376 Views
Voxan
Contributor III
Hi there,

CW 55xx is special as this tool chain is build only, there is no debugger included in the package.
So any call to the debugger will end like this...

Hope this helps...

Regards
0 Kudos