Hello,
I want to run fromelf utility automatically once build procedure terminated (to see disassembly code).
Is it possible ?
Thanks in advance.
Pavel.
Hello, Pavel-san,
Yes, you can can run fromelf automatically after build operation finished.
1) Right Click project name on Project Explorer and select "property".2) Select C/C++ Build -> Settings.
3) Select "Build Steps" tab.4) At "Command:" area for "Post-build steps", write fromelf command with any parameters which you hope to use.
Best Regards,Toshiko
Hello Toshiko,
Thanks for feedback. Sure I've tried this at the beginning.
Unfortunately doesn't work.
I used pipeline in "Build Steps" and provided explicit name of obj. file and also the name of output file.
After building no file is generated.
Here is screenshot of "Build Steps" option.
Regards