--asm option Compiler Control String Edit

I was trying to enable generation of assembly listing for the code I am developing. I added --asm option in the misc controls dialog(under Target options > C/C++) like suggested in the Keil help. I am using a free version of Keil. Seems like asm generation is not enabled in the free version.
Hence it gives me the following error(I guess!):

system_stm32f4xx.c: error: C3900U: Unrecognized option '--asm'.
system_stm32f4xx.c: error: C3900U: Unrecognized option '--interleave'.
Target not created

I am unable to fix it as the it copied my misc controls to compiler control string dialog (Edit of compiler control string field is disabled)

Is there anyway to fix it ? Can I manually edit some project file ?

Parents
  • Is there anyway to fix it ?

    Somewhat obviously no --- because it's not broken. It works exactly as it's meant to. The version of the tool that you have doesn't support assembly output, and that's that.

    If you want that limitation lifted, you'll have to get a full edition of the tools. That will cost money.

Reply
  • Is there anyway to fix it ?

    Somewhat obviously no --- because it's not broken. It works exactly as it's meant to. The version of the tool that you have doesn't support assembly output, and that's that.

    If you want that limitation lifted, you'll have to get a full edition of the tools. That will cost money.

Children
More questions in this forum