Unable to generate .lst file on Codewarrior for MPC55xx

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

Unable to generate .lst file on Codewarrior for MPC55xx

ソリューションへジャンプ
2,633件の閲覧回数
robertin75
Contributor I

Hello:

 

I downloaded a free trial of Codewarrior for HC12 and I can generate .lst files with no problerm.

 

Tha problem is with CodeWarrior 5.9.0 build 3510.

 

It has no option to generate the .lst file in all the menus. In fact a lot of menus are different than HC12's Codewarrior.

 

Basically I want to know the equivalent C-Assembly generated code just like a plain .lst file.

 

Anyone knows how to do that on Codewarrior for MPC55xx?

 

Thanks

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,843件の閲覧回数
stanish
NXP Employee
NXP Employee

Hi robertin75,

 

CodeWarrior for MPC55xx can generate disassembly listing for a c file as well.

 

In the IDE project manager select a file, right click and select "Disassemble". If you wish to see mixed C/asm listing you have to enable "Show Source Code" option in the project settings (ALT + F7 -> "Code Generation" -> "EPPC Disassembler" -> "Show Source Code" check box)

 

Stanish

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,844件の閲覧回数
stanish
NXP Employee
NXP Employee

Hi robertin75,

 

CodeWarrior for MPC55xx can generate disassembly listing for a c file as well.

 

In the IDE project manager select a file, right click and select "Disassemble". If you wish to see mixed C/asm listing you have to enable "Show Source Code" option in the project settings (ALT + F7 -> "Code Generation" -> "EPPC Disassembler" -> "Show Source Code" check box)

 

Stanish

0 件の賞賛
返信
1,843件の閲覧回数
robertin75
Contributor I

Hey thanks a lot Stanish !!

 

Just was I was looking for.

0 件の賞賛
返信