From 12438af35d888126ceac61eeceb213abfd3a30c9 Mon Sep 17 00:00:00 2001 From: Brian Daniels Date: Fri, 22 Mar 2019 07:38:30 -0500 Subject: [PATCH] Add link for ARMC5 warning --- tools/toolchains/arm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/toolchains/arm.py b/tools/toolchains/arm.py index 5ff59a13f1..2fb57f4ff1 100644 --- a/tools/toolchains/arm.py +++ b/tools/toolchains/arm.py @@ -34,7 +34,8 @@ ARMC5_MIGRATION_WARNING = ( "Warning: We noticed that you are using Arm Compiler 5. " "We are deprecating the use of Arm Compiler 5 soon. " "Please upgrade your environment to Arm Compiler 6 " - "which is free to use with Mbed OS." + "which is free to use with Mbed OS. For more information, " + "please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html" ) class ARM(mbedToolchain):