I'm having difficulties getting the Native (8266) or ESP32 firmware to build.
I'm working within Ubuntu 20.04.
It installs all the tools and then starts compiling the source and then I get this error.
basic_sys.cpp:11:18: fatal error: Time.h: No such file or directory
Now I know that the Time.h file exists in arduino_compat
, but I can't find where the include path is set in the Makefile.
I'm working from the latest source in GitHub.
Has anyone else experienced this error?
Thanks.