We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f1928 commit a5a5444Copy full SHA for a5a5444
tools/toolchains/arm.py
@@ -33,8 +33,7 @@
33
from tools.resources import FileRef
34
35
ARMC5_MIGRATION_WARNING = (
36
- "Warning: We noticed that you are using Arm Compiler 5. "
37
- "We are deprecating the use of Arm Compiler 5. "
+ "Warning: Arm Compiler 5 is no longer supported as of Mbed 6. "
38
"Please upgrade your environment to Arm Compiler 6 "
39
"which is free to use with Mbed OS. For more information, "
40
"please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html"
0 commit comments