How to disassemble an ELF file

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

How to disassemble an ELF file

3,627 Views
Caesar
Contributor I
Hi folks,

do anyone of you have tryed to build projects outside the codewarrior IDE?

I'm able to generate the ELF file, but this doesn't work on the DSP, so I tryed to disassemble the file, but the disassembler (I mean mwcc56800e.exe -dis) doesn't work.

Can you please help me?

Thanks a lot.

Labels (1)
Tags (1)
0 Kudos
1 Reply

499 Views
trytohelp
NXP Employee
NXP Employee
Hi,
 
By default an application build with the IDE compile the source file and the link link it with other files (libraries).
To be working your application must do the same.
Please refer to the chapter Using Build Tools on the Command Line in the
56800x_Build_Tools_Reference.pdf manual.
 
I don't have an example for that.
May be you can:
 - create an example for the board you used via the wizard,
 - in the IDE, list all files and lib used,
 - copy in a folder all files used,
 - compile and link them.
 
Regards
Pascal
0 Kudos