How to open the.ELF file

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

How to open the.ELF file

跳至解决方案
2,941 次查看
jixiangli
Contributor III

Hello everyone,

            In the CODEWARRIOR programming environment, after the new project is compiled, the.ELF file will be generated. What software can be used to open the.ELF file? Please make a recommendation. Thank you very much!!!

0 项奖励
回复
1 解答
2,525 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi li,

elf file is a common standard file format for executable files, object code, shared libraries, and core dumps. it can not be parsed by normal editor like notepad.

NXP has decoder.exe that can parse elf file. You can find it under CW install folder

...\CW MCU v11.0\MCU\prog\decoder.exe

decoder.exe can parse a elf file, and output result to a lst file.


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,526 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi li,

elf file is a common standard file format for executable files, object code, shared libraries, and core dumps. it can not be parsed by normal editor like notepad.

NXP has decoder.exe that can parse elf file. You can find it under CW install folder

...\CW MCU v11.0\MCU\prog\decoder.exe

decoder.exe can parse a elf file, and output result to a lst file.


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复