Hello,
I'm using ARM DS2021.0 and need to look at the generated assembly.
The fromelf.exe crashes with an internal error if I add the --interleave=source option.
fromelf.exe --cpu=Cortex-A5 --disassemble --output=disassemble.asm zImage.axf
fromelf.exe --cpu=Cortex-A5 --disassemble --interleave=source --output=disassemble.asm zImage.axfInternal fault: [0x389329:6160001]
The following command succeeds, but the line numbers that are inserted do not match the source code:
fromelf.exe --cpu=Cortex-A5 --disassemble --interleave=line_directives --output=disassemble.asm zImage.axf
Regards,
Mark.
Hi Stefan,
Works better with -gdwarf-3, it doesn't crash.
Although, it doesn't interleave sections that have been compiled Position Independent.