Closed
Description
Description of defect
S1SBP6A target fails to compile blinky-baremetal in Mbed OS 6
Arm and GCC Error
[mbed] Working path "/Users/.../Mbed Programs/mbed-os-example-blinky-baremetal" (program)
Building project mbed-os-example-blinky-baremetal (S1SBP6A, GCC_ARM)
Scan: mbed-os-example-blinky-baremetal
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.
Compile [100.0%]: watchdog_api.c
[Fatal Error] watchdog_api.c@28,10: cmsis_os.h: No such file or directory
[ERROR] ./mbed-os/targets/TARGET_Samsung/TARGET_SIDK_S1SBP6A/watchdog_api.c:28:10: fatal error: cmsis_os.h: No such file or directory
28 | #include "cmsis_os.h"
| ^~~~~~~~~~~~
compilation terminated.
Target(s) affected by this defect ?
S1SBP6A
Toolchain(s) (name and version) displaying this defect ?
Arm Compiler 6 and GCC 9
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.4.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Mbed CLI 1.10.4
How is this defect reproduced ?
mbed import https://github.com/ARMmbed/mbed-os-example-blinky-baremetal
cd mbed-os-example-blinky
mbed compile -t <toolchain> -m <target>
@armmbed/team-samsung @heuisam