When try to build the blinky example, there are some errors.
I use windows7 32bit.
and followed the Your first application :
yotta init
yotta target frdm-k64f-gcc
yotta install mbed-drivers
yotta build
then build failed and there are some log.
D:/4.IOT/yotta/blinky/yotta_modules/mbed-drivers/mbed-drivers/platform.h:27:19: fatal error: cstddef: No such file or directory
#include
^
compilation terminated.
ninja: build stopped: subcommand failed.
error: command [‘ninja’] failed
I do not understand where is wrong about my steps.
Thanks for any info or advice.