main.c: Warning: C3912W: Option 'device' is deprecated. main.c: error: C3903U: Argument '-D__EVAL' not permitted for option 'device'.
i am getting error. can you help me???
main.c: Warning: C3912W: Option 'device' is deprecated. main.c: error: C3903U: Argument '-D__EVAL' not permitted for option 'device'.
i am getting error. can you help me???
does it have relation with assembler control string? assembler string is
--device --pd "__EVAL SETA 1" -g --apcs=interwork --pd "__MICROLIB SETA 1" -I C:\Keil_v5\ARM\ARMCC\include
Are you using Keil lite evaluation version? It seems that you're trying to use features that are not included in the eval version of Keil: www.keil.com/.../
Cheers, Håkon