8 years, 1 month ago.

Missing mbed.h

I am following the steps on https://developer.mbed.org/teams/MultiTech/wiki/Using-the-mbed-SDK-for-mDot-development but when I try to build using python workspace_tools/make.py -m MTS_MDOT_F411...

I get thrown an error

C:\mbed>python workspace_tools/make.py -m MTS_MDOT_F411RE -t GCC_ARM -c -j 0 rtos source=c:\mbed\source build=c:\mbed\build Building project SOURCE (MTS_MDOT_F411RE, GCC_ARM) Compile: test_env.cpp [ERROR] In file included from C:\mbed\libraries\tests\mbed\env\test_env.cpp:1:0:

C:\mbed\libraries\tests\mbed\env\test_env.h:5:18: fatal error: mbed.h: No such file or directory compilation terminated.

Be the first to answer this question.