Hi
I use Codewarrior for S12 as shown on picture below
I would like to run batch script after target build, is a proper way to do this?
Maybe something in burner script?
I did not find dedicated properties for this in settings of target.
Best Regards
/Greg
Solved! Go to Solution.
The HC12 makefile sample code can be found in
{your CW install directory}\(CodeWarrior_Examples)\MakeFileSample_HC12.
This sample code is available for all HC(S)12 derivatives.
please also search tn100 on freescale web site which is about how to implement CW in batch mode
can you please specify what do yo want with this script?
Hi
run user script (command line) what for example will be parse output hex file and prepare report.
The HC12 makefile sample code can be found in
{your CW install directory}\(CodeWarrior_Examples)\MakeFileSample_HC12.
This sample code is available for all HC(S)12 derivatives.
please also search tn100 on freescale web site which is about how to implement CW in batch mode
not applicable in my case, I do not use makefile to manage project under CW