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 generate assembly file in DS5 for arm 6 compiler

I tried using --disassembly, --asm and --S option in compiler setting but it's not working ?

Can someone help me to generate .asm file in DS5 for arm 6 compilers.

  • Hello, adding -S in the Misc command option will generate an assembler file (but will name it as .o). Unfortunately this option is not very 'IDE friendly'. You could create two build targets, one for assembly output, one for standard objects.