Dear All,
anyone know how may I, in Codewarrior 10 / 11, disassemble a binary file? (.elf.s)
Thanks
Tazio
Hi,
I suppose that you can download the *.elf to on-chip flash of DSC with CodeWarrior for MCU ver11.x, then you can display the flash contents from the flash address.
But i do not think there is a dedicated tools which can convert the binary to assembly code.
Hope it can help you
BR
XiangJun Rong
I don't know the Codearrior toolchain, but objdump (part of bintools) can disassemble ELF files:
https://unix.stackexchange.com/questions/343013/how-objdump-disassemble-elf-binary