Closed Michael-Liao closed 3 years ago
after changing to the mbed-os-example-blinky-baremetal
. it successfully compiled now and everything is working as expected.
Yes, only bare metal is supported for such small devices: https://github.com/ARMmbed/mbed-os/blob/master/targets/targets.json#L2622-L2623
System and Library versions
Ubuntu 20.04 Python 3.7.7 arm-none-eabi-gcc 9-2019-q4 (installed through apt) mbed-cli 1.10.5 mbed-os 6.4.0
output
I've tried to search for it but it appears that
PRIi64
error is due to mbed not finding<inttypes.h>
. How do I solve this?