I have tried to compile the blinky example for target B96B_F446VE. This is no longer supoorted in Mbed6, so I have changed mbed-os lib to 5.15. Tried with different versions, but always got the same error as with mbed-os-6. Is mbed-os-5 not supported here?
Build started
Target "B96B_F446VE" is not recognized
Internal error.
Build failed
Build failed
a test with STM target and Mbed 5.15.0 gave a different error:
Build started
Using toolchain ARMC6 profile {'ENV': {'ARMLMD_LICENSE_FILE': '8224@10.100.118.115:8224@10.100.172.27'}, 'PATHS': {'ARMC6_PATH': '/opt/ARMCompiler6.15.13/bin/', 'ARM_PATH': '/opt/armcc5_06_u6/'}, 'common': ['-c', '--gnu', '-O3', '-Otime', '--split_sections', '--apcs=interwork'], 'cxx': ['--cpp', '--no_rtti'], 'COMPILE_C_AS_CPP': False, 'NEW_SCAN_RESOURCES': True}
scan /tmp/chroots/ch-e040f388-0f4e-45cd-9b7f-8dd9fa222a07/src
scan /tmp/chroots/ch-e040f388-0f4e-45cd-9b7f-8dd9fa222a07/extras/mbed-os.lib
Library name 'QUECTEL_EC2X' is not unique (defined in '/tmp/chroots/ch-e040f388-0f4e-45cd-9b7f-8dd9fa222a07/src/mbed-os/features/cellular/framework/targets/QUECTEL/EC2X/mbed_lib.json' and '/tmp/chroots/ch-e040f388-0f4e-45cd-9b7f-8dd9fa222a07/extras/mbed-os.lib/connectivity/drivers/cellular/QUECTEL/EC2X/mbed_lib.json')
Internal error.
Build failed
Build failed