Post Build Instructions

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

Post Build Instructions

跳至解决方案
3,351 次查看
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.

标签 (1)
0 项奖励
回复
1 解答
1,531 次查看
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 项奖励
回复
3 回复数
1,532 次查看
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 项奖励
回复
1,531 次查看
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 项奖励
回复
1,531 次查看
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 项奖励
回复