Update Cortex-A build errors

pull/5675/head
Jimmy Brisson 2017-12-07 14:43:40 -06:00
parent 2e1c2a1cdf
commit e0ba3e857c
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ def scan_resources(src_paths, toolchain, dependencies_paths=None,
"rtos" in toolchain.config.lib_config_data):
if "Cortex-A" in toolchain.target.core:
raise NotSupportedException(
("%s Will be supported in mbed OS 5.6. "
("%s Will be supported in a future version of Mbed OS. "
"To use the %s, please checkout the mbed OS 5.4 release branch. "
"See https://developer.mbed.org/platforms/Renesas-GR-PEACH/#important-notice "
"for more information") % (toolchain.target.name, toolchain.target.name))

View File

@ -122,7 +122,7 @@ def mcu_is_enabled(parser, mcu):
if "Cortex-A" in TARGET_MAP[mcu].core:
args_error(
parser,
("%s Will be supported in mbed OS 5.6. "
("%s Will be supported in a future version of Mbed OS. "
"To use the %s, please checkout the mbed OS 5.4 release branch. "
"See https://developer.mbed.org/platforms/Renesas-GR-PEACH/#important-notice "
"for more information") % (mcu, mcu))