Unable to generate .lst file on Codewarrior for MPC55xx

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to generate .lst file on Codewarrior for MPC55xx

Jump to solution
1,483 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
693 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
694 Views
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 Kudos
Reply
693 Views
robertin75
Contributor I

Hey thanks a lot Stanish !!

 

Just was I was looking for.

0 Kudos
Reply