Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
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.