Closed
Description
Description of defect
Musca targets fail to compile blinky-baremetal in Mbed OS 6
[mbed] Working path "/Users/.../Mbed Programs/mbed-os-example-blinky-baremetal" (program)
Building project mbed-os-example-blinky-baremetal (ARM_MUSCA_S1_NS, ARMC6)
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 [ 94.8%]: gpio_api_ns.c
[Fatal Error] gpio_api_ns.c@31,10: 'rtx_lib.h' file not found
[ERROR] ./mbed-os/targets/TARGET_ARM_SSG/TARGET_MUSCA_S1/gpio_api_ns.c:31:10: fatal error: 'rtx_lib.h' file not found
#include "rtx_lib.h"
^~~~~~~~~~~
1 error generated.
Target(s) affected by this defect ?
- ARM_MUSCA_S1
- ARM_MUSCA_S1_NS
GCC and ARM Errors
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-arm-oss-platform