Closed
Description
Description of defect
S5JS100 target fails to compile blinky-baremetal in Mbed OS 6
GCC Error
[Fatal Error] modem_io_device.h@24,10: pbuf.h: No such file or directory
[ERROR] In file included from ./mbed-os/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/dcxo_update.cpp:20:
./mbed-os/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/modem/modem_io_device.h:24:10: fatal error: pbuf.h: No such file or directory
24 | #include "pbuf.h"
Arm error
[Fatal Error] s5js100_systemreset.c@51,10: 'rtx_os.h' file not found
[ERROR] ./mbed-os/targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/s5js100_systemreset.c:51:10: fatal error: 'rtx_os.h' file not found
#include "rtx_os.h"
Target(s) affected by this defect ?
S5JS100
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-samsung