Closed
Description
Description of defect
WIO_EMW3166 target fails to compile blinky-baremetal in Mbed OS 6
GCC and Arm Error
[Fatal Error] TLSSocketWrapper.h@28,10: mbedtls/platform.h: No such file or directory
[ERROR] In file included from ./mbed-os/features/netsocket/nsapi.h:42,
from ./mbed-os/features/netsocket/EthernetInterface.h:20,
from ./mbed-os/targets/TARGET_WICED/wiced_interface/WicedInterface.h:21,
from ./mbed-os/targets/TARGET_WICED/wiced_interface/default_wifi_interface.cpp:18:
./mbed-os/features/netsocket/TLSSocketWrapper.h:28:10: fatal error: mbedtls/platform.h: No such file or directory
28 | #include "mbedtls/platform.h"
Target(s) affected by this defect ?
WIO_EMW3166
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-seeed @toyowata