We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
Problem is that startup file using old ARM assembly is generated by the CubeMx.