• How to get an ELF file from Keil C51
    Hi All, I've been using Keil C51 compiler for sometime to compile firmware for an 8051 processor. I recently wanted to use a 3rd party firmware debugger tool and looks like they only accept ELF/DWARF...
  • How to get an ELF file from Keil C51
    Hi All, I've been using Keil C51 compiler for sometime to compile firmware for an 8051 processor. I recently wanted to use a 3rd party firmware debugger tool and looks like they only accept ELF/DWARF...
  • Can C51 compiler generate .elf file?
    I was trying to generate .elf file using C51 compiler. From my quick search in Keil official website, apparently C51 compiler could not generate .elf format, I might be wrong. So, I would like to understand...
  • Can C51 compiler generate .elf file?
    I was trying to generate .elf file using C51 compiler. From my quick search in Keil official website, apparently C51 compiler could not generate .elf format, I might be wrong. So, I would like to understand...
  • How can I know if an ELF file is for Cortex-A or Cortex-M?
    Hello, I have a question when doing the binary analysis. For a given ELF file (hello.elf) that has already been identified for the ARM architecture, how can I quickly know if this ELF is for Cortex...