How to disassemble an ELF file

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

How to disassemble an ELF file

3,678 次查看
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.

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

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