Skip to content

Commit ddaab1b

Browse files
committed
Add link for ARMC5 warning
1 parent 9d31e2a commit ddaab1b

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
@@ -33,7 +33,8 @@
3333
"Warning: We noticed that you are using Arm Compiler 5. "
3434
"We are deprecating the use of Arm Compiler 5 soon. "
3535
"Please upgrade your environment to Arm Compiler 6 "
36-
"which is free to use with Mbed OS."
36+
"which is free to use with Mbed OS. For more information, "
37+
"please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html"
3738
)
3839

3940
class ARM(mbedToolchain):

0 commit comments

Comments
 (0)