Post Build Instructions

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

Post Build Instructions

Jump to solution
2,653 Views
davidcav
Contributor II

I have a script I run on the generated binary output of my Codewarrior project.  Is there anyway I can add the script to the post build instructions, so I do not have to run the script separately after the build has completed (I.e. add the post build script to my codewarrior project settings...)??

 

 

I am using Codewarrior IDE 4.2.7.953.

Labels (1)
0 Kudos
Reply
1 Solution
833 Views
J2MEJediMaster
Specialist I

It would be nice to know the processor that you are targeting and the tools (not the IDE) version. I will attempt an answer, though.

 

1) Bring up the Project Settings panel. (Alt+F7)

2) Select the Target Settings panel.

3) For the Post-linker option, choose BatchRunner PostLinker from the drop-down menu.

    Under the Linker group at the left, a BatchRunner PostLinker entry appears.

4) Choose the newly-visible BatchRunner PostLinker settings panel.

5) Under the Select the Batch File that You Wish to Have Run After a Success Link, click Choose and navigate to your batch file.

6) Click Apply to save your changes.

 

---Tom

View solution in original post

0 Kudos
Reply
3 Replies
834 Views
J2MEJediMaster
Specialist I

It would be nice to know the processor that you are targeting and the tools (not the IDE) version. I will attempt an answer, though.

 

1) Bring up the Project Settings panel. (Alt+F7)

2) Select the Target Settings panel.

3) For the Post-linker option, choose BatchRunner PostLinker from the drop-down menu.

    Under the Linker group at the left, a BatchRunner PostLinker entry appears.

4) Choose the newly-visible BatchRunner PostLinker settings panel.

5) Under the Select the Batch File that You Wish to Have Run After a Success Link, click Choose and navigate to your batch file.

6) Click Apply to save your changes.

 

---Tom

0 Kudos
Reply
833 Views
davidcav
Contributor II

I do not have any options on the Post-linker tab??  My only choice is 'None'.  Is there anything else I need to install?  I am using the the Embedded 68K Linker?

0 Kudos
Reply
833 Views
J2MEJediMaster
Specialist I

I'm not familiar with the E68K version of CodeWarrior. However, several other CodeWarrior installations that I have do have them. Check your e-mail for a work-around.

 

---Tom

 

Message Edited by J2MEJediMaster on 2009-06-26 11:35 AM
0 Kudos
Reply