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

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

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

743件の閲覧回数
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 返信

630件の閲覧回数
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 件の賞賛