How to create a project including two targets in CodeWarrior

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

How to create a project including two targets in CodeWarrior

ソリューションへジャンプ
3,149件の閲覧回数
baonguyen
Contributor I
Dear everybody,

I want to creat a project including two targets in Metrowerk's CodeWarrior. How to do that? How to associate the code corresponding with each target ?

Thanks in advance,
Best regards
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,540件の閲覧回数
CrasyCat
Specialist III

Hello

You mean you want to use dependent Build Targets within a single project with CodeWarrior HC08 V5.0. Right?

  This is done as follows:
     - Open or Create your main project.
     - To create a new build Target:
       + Switch to the "Target" tab in the .mcp window and click within the .mcp window (To make sure it gets the focus)
       + Select "Project" -> "Create Target". the "New Target" dialog pops up
       + Specify a target Name (For example "Slave")
       + Check the "Clone Existing Target" radio button and select your main (or current build target). This will duplicate the target settings from the original target to the new one.
       + The attached technical note provide hints on how to create a new build target and how to set it up. 

I hope this helps.

CrasyCat

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,540件の閲覧回数
CrasyCat
Specialist III

Hello

First which processor are you targeting (HC08, HC12, Coldfire, ....)

What do you mean exactly with "I want to create a project including two targets"? Do you mean  you want to create a project, which runs on a HC08GP32 and on HC08EY4?

Or what are you trying to accomplish?

CrasyCat

1,540件の閲覧回数
baonguyen
Contributor I
Hi CrasyCat,

I want to create a project like motorola sample project including two targets LIN08GZ master and LIN08GZ slave. I had this sample project when I installed LIN Kit software. I download LIN Kit software from
Free 68HC908GZ60 LIN Kit software download.

https://www.freescale.com/webapp/sps/download/
license.jsp?colCode=68HC908GZ60LINKIT&nodeId=02
WcbfNZnLnRys39824792&appType=file1&location=overview&DOWNLOAD_ID=null

Best regards
0 件の賞賛
返信
1,541件の閲覧回数
CrasyCat
Specialist III

Hello

You mean you want to use dependent Build Targets within a single project with CodeWarrior HC08 V5.0. Right?

  This is done as follows:
     - Open or Create your main project.
     - To create a new build Target:
       + Switch to the "Target" tab in the .mcp window and click within the .mcp window (To make sure it gets the focus)
       + Select "Project" -> "Create Target". the "New Target" dialog pops up
       + Specify a target Name (For example "Slave")
       + Check the "Clone Existing Target" radio button and select your main (or current build target). This will duplicate the target settings from the original target to the new one.
       + The attached technical note provide hints on how to create a new build target and how to set it up. 

I hope this helps.

CrasyCat

0 件の賞賛
返信