From a5a544408d156cde17b95753bec0b9df1365ca80 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Fri, 22 May 2020 15:37:19 +0100 Subject: [PATCH] tools: Warn when ARMC5 is no longer supported Update the warning when ARMC5 is used to specify the conditions under which ARMC5 is no longer supported. --- tools/toolchains/arm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/toolchains/arm.py b/tools/toolchains/arm.py index 95d1fc587d..f10aaec117 100644 --- a/tools/toolchains/arm.py +++ b/tools/toolchains/arm.py @@ -33,8 +33,7 @@ from tools.utils import mkdir, NotSupportedException, run_cmd from tools.resources import FileRef ARMC5_MIGRATION_WARNING = ( - "Warning: We noticed that you are using Arm Compiler 5. " - "We are deprecating the use of Arm Compiler 5. " + "Warning: Arm Compiler 5 is no longer supported as of Mbed 6. " "Please upgrade your environment to Arm Compiler 6 " "which is free to use with Mbed OS. For more information, " "please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html"