TCL Script in Codewarrior

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

TCL Script in Codewarrior

2,036 次查看
phani
Contributor I

Hi All,

I am trying automate my debugging using TCL script,i tried to execute my tcl script using  C:\program Files\Freescale\bin\CmdIDE.exe scriptname in the codewarrior command window but ide giving unknown command CmdIDE.exe.

0 项奖励
回复
1 回复

1,271 次查看
yipingwang
NXP TechSupport
NXP TechSupport

TCL scripts could be executed as the following.

1. By “sourcing” a .tcl script in the Command Window.

2. By calling CmdIDE.exe <project.mcp> /d <script.tcl> from a DOS command line.

0 项奖励
回复