Unable to generate .lst file on Codewarrior for MPC55xx

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

Unable to generate .lst file on Codewarrior for MPC55xx

跳至解决方案
2,597 次查看
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,807 次查看
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,808 次查看
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,807 次查看
robertin75
Contributor I

Hey thanks a lot Stanish !!

 

Just was I was looking for.

0 项奖励
回复