Skip to content

Commit 0f1bd76

Browse files
committed
Add link for ARMC5 warning
1 parent b94c418 commit 0f1bd76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/toolchains/arm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"Warning: We noticed that you are using Arm Compiler 5. "
3535
"We are deprecating the use of Arm Compiler 5 soon. "
3636
"Please upgrade your environment to Arm Compiler 6 "
37-
"which is free to use with Mbed OS."
37+
"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"
3839
)
3940

4041
class ARM(mbedToolchain):

0 commit comments

Comments
 (0)