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 b94c418 commit 0f1bd76Copy full SHA for 0f1bd76
tools/toolchains/arm.py
@@ -34,7 +34,8 @@
34
"Warning: We noticed that you are using Arm Compiler 5. "
35
"We are deprecating the use of Arm Compiler 5 soon. "
36
"Please upgrade your environment to Arm Compiler 6 "
37
- "which is free to use with Mbed OS."
+ "which is free to use with Mbed OS. For more information, "
38
+ "please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html"
39
)
40
41
class ARM(mbedToolchain):
0 commit comments