CW5.1 / 5.2: automated compile / build / make (commandline?)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CW5.1 / 5.2: automated compile / build / make (commandline?)

ソリューションへジャンプ
1,614件の閲覧回数
alexanderbuerge
Contributor II

Hello everybody.

First of all, i need to admit that I am not a native SW engineer, therefore it might be possible I use the wrong technical vocabulary in my question.

 

We use CW5.2 for our projects with HCS12X-MCUs with "standard suite" license.

Is it possible to run the compiler for HCS12 and XGATE projects from a command line or batch script? I mean: is it possible to somehow "automate" the whole process of generating the binary files (.s19 and .abs) files from the source code files (.c and .h) for a codewarrior project without manually opening CW and manually clicking the "build" button?

 

Thank you a lot and best regards,

Alex

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 解決策
951件の閲覧回数
alexanderbuerge
Contributor II

OK, I think I was able to find an answer myself in the meantime.

I found the following document which describes the command line interface:

http://www.nxp.com/files/soft_dev_tools/doc/user_guide/IDEAUTOUG.pdf

I was able to create my own "build command" which, at least as long as there are no errors during compile, generates the appropriate binary files! :-)

元の投稿で解決策を見る

1 返信
952件の閲覧回数
alexanderbuerge
Contributor II

OK, I think I was able to find an answer myself in the meantime.

I found the following document which describes the command line interface:

http://www.nxp.com/files/soft_dev_tools/doc/user_guide/IDEAUTOUG.pdf

I was able to create my own "build command" which, at least as long as there are no errors during compile, generates the appropriate binary files! :-)