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?
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