How to disassemble an ELF file

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

How to disassemble an ELF file

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

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