Pre-build action with CodeWarrior 5.1 for HCS12(X)

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

Pre-build action with CodeWarrior 5.1 for HCS12(X)

449 次查看
dreas
Contributor I

Is it possible to add a pre-build action when compiling with CodeWarrior 5.1 for HCS12(X)?

 

I have an external script that generates some of the source code that shall be compiled and I want to have this script executed automatically on every make request. In the target settings I find pre-link and post-link actions, but none for pre-build. How do I accomplish that?

标签 (1)
0 项奖励
1 回复

254 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Andreas,

You use Classic version CW. Unfortunately we don't have a "pre-compiler tool".
The batchfileRunner can be laucnhed before or after the linker.
We don't have similar tool for compiler.

I recommend you to use the tool in batch file.
By this way you could do exactly what you want before to launch the compiler.


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励