Hello,
I want to run fromelf utility automatically once build procedure terminated (to see disassembly code).
Is it possible ?
Thanks in advance.
Pavel.
Hi Toshiko.
It works. Thanks !
It works perfectly for .axf file, whereas for .o it doesn't.
For example, if project contains multiple source files (e.g. source1.c, source2.c, source3.c), does exist some format of fromelf command that would generate source1.asm, source2.asm, source3.asm ?
Best Regards