i tried to compile the “firmware-st-b-l475e-iot01a” project in Mbed Studio.
After cloning the repositorie, i had to update the mbed-os version to 5.3.2.
Then i checked out the last commit from all sub repositories.
But after all i still get an error from mbed studio.
(Python 3.9 is installed)
ok celebrated too early
time.h is missing
Do i have to install some basic sources?
Im working on Windows.
In file included from .\source\main.cpp:27:
In file included from ./source/edge-impulse-sdk/classifier\ei_run_classifier.h:33:
In file included from ./source/ingestion-sdk-platform/mbed\ei_sampler.h:33:
In file included from ./source/ingestion-sdk-platform/mbed/ei_ws_client.h:29:
In file included from ./source/repl\at_cmd_repl_mbed.h:37:
./source/repl/repl.h:29:10: fatal error: ‘sys/time.h’ file not found #include <sys/time.h>
^~~~~~~~~~~~
HI,
I’m also trying to repeat the work on Windows, but I’m stuck in the comipling phase, since I didn’t know the exact python version used for the toolchain buiding, I installed the newest one (python 3.12.1), then compability errors happen. So which version should I use for the toolchain?