Closed
Description
Description of defect
UHURU_RAVEN targets fails to compile greentea tests for baremetal in Mbed OS 6
Build failures:
* UHURU_RAVEN::GCC_ARM::FEATURES-STORAGE-TESTS-BLOCKDEVICE-GENERAL_BLOCK_DEVICE
Building project general_block_device (UHURU_RAVEN, GCC_ARM)
Scan: GCC_ARM
Scan: general_block_device
Compile [100.0%]: main.cpp
[Fatal Error] main.cpp@32,10: SPIFBlockDevice.h: No such file or directory
* UHURU_RAVEN::GCC_ARM::FEATURES-STORAGE-TESTS-FILESYSTEM-GENERAL_FILESYSTEM
Building project general_filesystem (UHURU_RAVEN, GCC_ARM)
Scan: GCC_ARM
Scan: general_filesystem
Compile [100.0%]: main.cpp
[Fatal Error] main.cpp@26,10: SPIFBlockDevice.h: No such file or directory
Target(s) affected by this defect ?
- UHURU_RAVEN
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 ?
git clone https://github.com/ARMmbed/mbed-os
mbed deploy
mbed test -t GCC_ARM -m UHURU_RAVEN --compile --app-config mbed-os/TESTS/configs/baremetal.json -c
@jamesbeyond @toyowata @ARMmbed/team-uhuru