how to run custom script after sucessfull target build, CW S12

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

how to run custom script after sucessfull target build, CW S12

Jump to solution
672 Views
grzegorzK
Contributor III

Hi

 

I use Codewarrior for S12 as shown on picture below

3809_3809.pngpastedImage_0.png

 

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

Labels (1)
0 Kudos
1 Solution
457 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

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

View solution in original post

0 Kudos
4 Replies
457 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

can you please specify what do yo want with this script?

0 Kudos
457 Views
grzegorzK
Contributor III

Hi

run user script (command line) what for example will be parse output hex file and prepare report.

0 Kudos
458 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

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

0 Kudos
457 Views
grzegorzK
Contributor III

not applicable in my case, I do not use makefile to manage project under CW

0 Kudos