TCL Script in Codewarrior

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

TCL Script in Codewarrior

1,453件の閲覧回数
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 返信

688件の閲覧回数
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 件の賞賛
返信