-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Description of defect
Musca targets fail to compile blinky-baremetal in Mbed OS 6
[Fatal Error] cmsis_nvic_virtual.c@20,10: psa/lifecycle.h: No such file or directory
[ERROR] ./mbed-os/targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/device/cmsis_nvic_virtual.c:20:10: fatal error: psa/lifecycle.h: No such file or directory
20 | #include "psa/lifecycle.h"
Target(s) affected by this defect ?
- ARM_MUSCA_A1_NS
- ARM_MUSCA_B1_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.0.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