Command line Build

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

Command line Build

跳至解决方案
2,146 次查看
DiamarTech
Contributor II

Hi!

 

I´m interesting to use Codewarrior command line builder, but I don´t know how i can use it. I am using CodeWarrior v5.9 IDE for HCS12 V4.7 and I don´t find where is the command line executable.

 

can Anyone help me, please?

 

Thank you.

标签 (1)
1 解答
1,785 次查看
BlackNight
NXP Employee
NXP Employee

Hi David,

have a look here:

C:\Freescale\CWS12v5.1\Help\PDF\

Build_Tools_Utilities.pdf

Compiler_HC12.pdf

Assembler_HC12.pdf

I hope this helps.

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,785 次查看
BlackNight
NXP Employee
NXP Employee

Hi David,

you mean building with make files or batch files?

Yes, you can run the compiler/linker/etc in command line mode too.

E.g. you can run the compiler from the DOS shell with

prog\piper.exe chc12.exe foo.c

Apart of that, you need to set up a batch file or a make file.

How to use make files, here is a background article (Make my Make with Eclipse and MCU10 | MCU on Eclipse). It is using Eclipse, but the same principles apply for your classic CodeWarrior.

I hope this helps.

0 项奖励
回复
1,785 次查看
DiamarTech
Contributor II

Hi Erich!

First, Thank you very much for your quick answer. Exacty, I want to build my program with make files. Where Can I get a manual file about piper and other codewarriors command line tools? For example, linkers, compilers information flags and so on.

Thank you, very much.

David.

1,786 次查看
BlackNight
NXP Employee
NXP Employee

Hi David,

have a look here:

C:\Freescale\CWS12v5.1\Help\PDF\

Build_Tools_Utilities.pdf

Compiler_HC12.pdf

Assembler_HC12.pdf

I hope this helps.

0 项奖励
回复
1,785 次查看
DiamarTech
Contributor II

Hi Erich!

Thank you very much.

0 项奖励
回复