mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
64f19281d3
commit
a5a544408d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue