mirror of https://github.com/ARMmbed/mbed-os.git
Compiling Cortex-A cores in uVision is not supported. Reference: http://www2.keil.com/mdk5/selector
parent
4d84c0329c
commit
a76d7bb0df
|
@ -137,6 +137,8 @@ class Uvision(Exporter):
|
|||
return False
|
||||
if not DeviceCMSIS.check_supported(target_name):
|
||||
return False
|
||||
if "Cortex-A" in target.core:
|
||||
return False
|
||||
if not hasattr(target, "post_binary_hook"):
|
||||
return True
|
||||
if target.post_binary_hook['function'] in cls.POST_BINARY_WHITELIST:
|
||||
|
|
Loading…
Reference in New Issue