Create assembly file at the MPC55xx/MPC56xx (Classic IDE) v2.10

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

Create assembly file at the MPC55xx/MPC56xx (Classic IDE) v2.10

702 Views
chunghohwang
Contributor II

Hi.
I am developing the software using the MPC55xx / MPC56xx (Classic IDE) v2.10.
Software target MCU is the MPC5674F.

I want to know how to generate an assembly file for an executable file ("*.elf" or "*.mot").

Will an assembly language file be created with Code Warrior option settings?
Or is there another way?

Labels (1)
0 Kudos
1 Reply

589 Views
martin_kovar
NXP Employee
NXP Employee

Hello,

I am not sure, if I understand your question correct, but assembly files are not explicitly generate during the process of creating elf file.

Compiler creates object files, which are linked together using linker and then elf is created.

If you want to check assembly info, open CodeWarrior, select appropriate file, right click into the file and select Disassemble.

Regards,

Martin

0 Kudos