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

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

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

758 次查看
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?

标签 (1)
0 项奖励
1 回复

645 次查看
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 项奖励