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

Unrecognised option '--asm'

Hello all

I am using STM32f2 series of controller. I have wriiten a small apllication, WHich sets GPIO PIN .
When I try to build the code ,

I get the following error!!

tst.c:error:C3900U:Unrecognised option --'asm'
tst.c:error:C3900U:Unrecognised option --'ainterleave'

Could any one help to figure out what is it?

Thanks

Parents
  • That happens when you use an evaluation version of keil, and in the tab:
    "Option for target <current target> -> Listing"
    you checked the "C compiler Listing" and the "C preprocesor Listing" options
    Try to uncheck it.
    Why this happens in the Eval Version? .... I don't know.

    Regards

Reply
  • That happens when you use an evaluation version of keil, and in the tab:
    "Option for target <current target> -> Listing"
    you checked the "C compiler Listing" and the "C preprocesor Listing" options
    Try to uncheck it.
    Why this happens in the Eval Version? .... I don't know.

    Regards

Children