This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to integrate execution of "fromelf" utility into "ARM® DS-5 Development Studio"

Hello,

I want to run fromelf utility automatically once build procedure terminated (to see disassembly code).

Is it possible ?

Thanks in advance.

Pavel.

Parents
  • 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

Reply
  • 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

Children