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.
pull/13008/head
Jaeden Amero 2020-05-22 15:37:19 +01:00
parent 64f19281d3
commit a5a544408d
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ from tools.utils import mkdir, NotSupportedException, run_cmd
from tools.resources import FileRef from tools.resources import FileRef
ARMC5_MIGRATION_WARNING = ( ARMC5_MIGRATION_WARNING = (
"Warning: We noticed that you are using Arm Compiler 5. " "Warning: Arm Compiler 5 is no longer supported as of Mbed 6. "
"We are deprecating the use of Arm Compiler 5. "
"Please upgrade your environment to Arm Compiler 6 " "Please upgrade your environment to Arm Compiler 6 "
"which is free to use with Mbed OS. For more information, " "which is free to use with Mbed OS. For more information, "
"please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html" "please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html"