How to open the.ELF file

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

How to open the.ELF file

Jump to solution
1,775 Views
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 Kudos
1 Solution
1,359 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
1,360 Views
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 Kudos