I'm setting up an old uVision project in VS Code/Keil Studio and getting the build error "Warning: A1950W: The legacy armasm assembler is deprecated. Consider using the armclang integrated assembler instead.".
Reading some forums I need to add '--diag_suppress=1950'.
I've tried adding to the project .cproject.yml file under "project: setups: misc:", in various locations but the flag is not recognised; "armclang: error: unknown argument: '--diag_suppress=1950'".
Here is a snippet from my .cproject.yml file:
Any suggestions on how I can fix this?