Dear Sirs,
I modify the FlashDevice.c as below and compile it by Keil uVision5.
But I suffer the error message as below
Fatal error: C3903U: Argument '/ropi/rwpi' not permitted for option 'apcs'.
After I checked the article, the --apcs /ropi/rwpi doesn't support for Keil evaluation, right?
Could I remove this compiler control string?
Thanks a lot.
BR,
Eddie
The compile is fail when I use ARM default Compiler version 5.
The compile is pass when I use ARM default Compiler version 6.
But my friend uses ARM default Compiler version 5 to compile it without error message.
My MDK-Lite is 5.4, his MDK-Lite is 5.7.
Is it related to MDK version?
I install the latest keil MDK534 and MDKCM525. compile is pass.