Open
Description
Description of defect
On Keil Studio, targeting NUMAKER-M2354 (NU_M2354), mbed-os-example-blinky
and other projects all build failed with error log listed below.
But on Mbed Studio or Mbed CLI, build is fine.
Target(s) affected by this defect ?
NU_M2354
Toolchain(s) (name and version) displaying this defect ?
ARMC6
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.16.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Keil Studio
How is this defect reproduced ?
- Log in Keil Studio
- Click File > Clone and specify URL https://github.com/ARMmbed/mbed-os-example-blinky
- Switch to mbed-os-6.16.0 if not yet
- Specify NUMAKER-M2354 as target hardware
- Build failed with log:
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-9559ea1a-25c0-4b7f-8ee0-9d5ca920a19b/src
scan /tmp/chroots/ch-9559ea1a-25c0-4b7f-8ee0-9d5ca920a19b/extras/mbed-os.lib
Configuration error: Bootloader not supported on this target. ROM start not found in targets.json.
Configuration error: Bootloader not supported on this target. RAM start not found in targets.json.
......
elf2bin mbed-os-example-blinky.NU_M2354
Target not supported: Missing post-build hook
Internal error.
Build failed