ArmClang error unsupported option --diag_suppress=280311035
This error message indicates that the ArmClang compiler does not support the option "--diag_suppress=2803,1,1035". This option is used to suppress specific diagnostic messages during compilation.
To resolve this error, you can try removing the "--diag_suppress=2803,1,1035" option from your compiler flags and recompiling your code. Alternatively, you can check the ArmClang documentation to see if there is an equivalent option that you can use to suppress specific diagnostic messages.
原文地址: http://www.cveoy.top/t/topic/egMv 著作权归作者所有。请勿转载和采集!