This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ELF file format

Hi all,

Is it possible to get the C51 compiler output with ELF format ?.
In other words
Can i extract Map file or listing file with ELF file format using c51 compiler or any other embedded system C compiler?
Thanks in advance.

Parents
  • I just assumed he had some third-party tools that chew on ELF files, maybe some sort of script that expects a particular output format that he doesn't want to rewrite to parse Keil's map file.

    The original post asks about extracting map files and listing files, which the Keil tools generate directly. There's no need to convert OMF -> ELF -> map, unless you've already got the ELF -> map part from some other system.

Reply
  • I just assumed he had some third-party tools that chew on ELF files, maybe some sort of script that expects a particular output format that he doesn't want to rewrite to parse Keil's map file.

    The original post asks about extracting map files and listing files, which the Keil tools generate directly. There's no need to convert OMF -> ELF -> map, unless you've already got the ELF -> map part from some other system.

Children
No data