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 ?