technik@ubuntu:~/ESP32_WiFi_v3.x$ ../.platformio/penv/bin/pio run Warning! `src_build_flags` configuration option in section [env:openevse_nodemcu-32s] is deprecated and will be removed in the next release! Please use `build_src_flags` instead Warning! `src_build_flags` configuration option in section [env:openevse_esp-wrover-kit] is deprecated and will be removed in the next release! Please use `build_src_flags` instead Warning! `src_build_flags` configuration option in section [env:openevse_huzzah32_dev] is deprecated and will be removed in the next release! Please use `build_src_flags` instead Warning! `src_build_flags` configuration option in section [env:openevse_huzzah32] is deprecated and will be removed in the next release! Please use `build_src_flags` instead Warning! `src_build_flags` configuration option in section [env:openevse_featheresp32] is deprecated and will be removed in the next release! Please use `build_src_flags` instead Warning! `src_build_flags` configuration option in section [env:openevse_wifi_v1] is deprecated and will be removed in the next release! Please use `build_src_flags` instead Warning! `src_build_flags` configuration option in section [env:openevse_esp32-gateway] is deprecated and will be removed in the next release! Please use `build_src_flags` instead Warning! `src_build_flags` configuration option in section [env:openevse_esp32-heltec-wifi-lora-v2] is deprecated and will be removed in the next release! Please use `build_src_flags` instead Processing openevse_wifi_v1 (platform: https://github.com/platformio/platform-espressif32.git#develop; board: esp32dev; framework: arduino, espidf) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32dev.html PLATFORM: Espressif 32 (4.3.0+sha.b1b44fe) > Espressif ESP32 Dev Module HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES: - framework-arduinoespressif32 @ 3.20003.0 (2.0.3) - framework-espidf @ 3.40001.200521 (4.0.1) - tool-cmake @ 3.16.4 - tool-esptoolpy @ 1.30300.0 (3.3.0) - tool-ninja @ 1.7.1 - toolchain-esp32ulp @ 1.22851.191205 (2.28.51) - toolchain-xtensa32 @ 2.80400.210211 (8.4.0) Warning! Starting with ESP-IDF v4.0, new project structure is required: https://docs.platformio.org/en/latest/frameworks/espidf.html#project-structure Warning! Arduino framework as an ESP-IDF component doesn't handle the `variant` field! The default `esp32` variant will be used. Reading CMake configuration... LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 17 compatible libraries Scanning dependencies... Dependency Graph |-- ArduinoJson @ 6.19.1 |-- ArduinoMongoose @ 0.0.18 | |-- Micro Debug @ 0.0.5 |-- Micro Debug @ 0.0.5 |-- ConfigJson @ 0.0.4 | |-- Micro Debug @ 0.0.5 | |-- ArduinoJson @ 6.19.1 |-- OpenEVSE @ 0.0.11 | |-- Micro Debug @ 0.0.5 |-- ESPAL @ 0.0.3 | |-- Micro Debug @ 0.0.5 |-- StreamSpy @ 0.0.1 | |-- Micro Debug @ 0.0.5 |-- MicroTasks @ 0.0.2 | |-- Micro Debug @ 0.0.5 |-- ESP32 AnalogWrite @ 0.2.0 |-- LittleFS_esp32 @ 1.0.5 |-- ArduinoOcpp @ 0.1.0 | |-- ArduinoJson @ 6.19.1 | |-- LittleFS_esp32 @ 1.0.5 |-- Adafruit NeoPixel @ 1.7.0 |-- Adafruit MCP9808 Library @ 1.1.2 Building in release mode 6.14.4 PATH=/home/technik/.platformio/packages/toolchain-xtensa32/bin:/home/technik/.platformio/packages/toolchain-esp32ulp/bin:/home/technik/.platformio/packages/tool-esptoolpy:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin Compiling .pio/build/openevse_wifi_v1/src/LedManagerTask.o src/LedManagerTask.cpp:5:10: fatal error: Arduino.h: No such file or directory ***************************************************************** * Looking for Arduino.h dependency? Check our library registry! * * CLI > platformio lib search "header:Arduino.h" * Web > https://registry.platformio.org/search?q=header:Arduino.h * ***************************************************************** #include ^~~~~~~~~~~ compilation terminated. *** [.pio/build/openevse_wifi_v1/src/LedManagerTask.o] Error 1 Compiling .pio/build/openevse_wifi_v1/src/MongooseOcppSocketClient.o In file included from src/MongooseOcppSocketClient.cpp:11: src/net_manager.h:4:10: fatal error: Arduino.h: No such file or directory ***************************************************************** * Looking for Arduino.h dependency? Check our library registry! * * CLI > platformio lib search "header:Arduino.h" * Web > https://registry.platformio.org/search?q=header:Arduino.h * ***************************************************************** #include ^~~~~~~~~~~ compilation terminated. *** [.pio/build/openevse_wifi_v1/src/MongooseOcppSocketClient.o] Error 1 ======================================================================== [FAILED] Took 5.12 seconds ======================================================================== Environment Status Duration ---------------- -------- ------------ openevse_wifi_v1 FAILED 00:00:05.121 =================================================================== 1 failed, 0 succeeded in 00:00:05.121 =================================================================== technik@ubuntu:~/ESP32_WiFi_v3.x$