Skip to content

Commit a5a5444

Browse files
committed
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.
1 parent 64f1928 commit a5a5444

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/toolchains/arm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
from tools.resources import FileRef
3434

3535
ARMC5_MIGRATION_WARNING = (
36-
"Warning: We noticed that you are using Arm Compiler 5. "
37-
"We are deprecating the use of Arm Compiler 5. "
36+
"Warning: Arm Compiler 5 is no longer supported as of Mbed 6. "
3837
"Please upgrade your environment to Arm Compiler 6 "
3938
"which is free to use with Mbed OS. For more information, "
4039
"please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html"

0 commit comments

Comments
 (0)