U mnie ciągle dla c3 i c6 nie kompiluje, dla samego esp32 i s3 jest ok
Code: Select all
Processing GUI_Generic_ESP32C3 (platform: https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip; framework: arduino; board: esp32-c3-devkitm-1)
--------------------------------------------------------------------------------
Library Manager: Installing pstolarz/OneWireNg @ >=0.10.0
Unpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Library Manager: [email protected] has been installed!
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-c3-devkitm-1.html
PLATFORM: Espressif 32 (53.3.11) > Espressif ESP32-C3-DevKitM-1
HARDWARE: ESP32C3 160MHz, 320KB RAM, 4MB Flash
DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-builtin, 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.1.1
- framework-arduinoespressif32-libs @ 5.3.0+sha.cfea4f7c98
- tool-esptoolpy @ 4.8.5
- tool-mklittlefs @ 3.2.0
- tool-riscv32-esp-elf-gdb @ 14.2.0+20240403
- tool-xtensa-esp-elf-gdb @ 14.2.0+20240403
- toolchain-riscv32-esp @ 14.2.0+20241119
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 87 compatible libraries
Scanning dependencies...
Dependency Graph
|-- FS @ 3.1.1
|-- SPIFFS @ 3.1.1
|-- WebServer @ 3.1.1
|-- Networking @ 3.1.1
|-- NetworkClientSecure @ 3.1.1
|-- WiFi @ 3.1.1
|-- SuplaDevice @ 25.11
|-- PZEM-004T-v30 @ 1.1.2
|-- rc-switch @ 2.6.4
|-- SuplaDeviceExtensions @ 2.3.3
|-- EEPROM @ 3.1.1
|-- wmbus @ 2.3.3
|-- Wire @ 3.1.1
|-- ArduinoJson @ 5.13.5
|-- ESP8266 and ESP32 OLED driver for SSD1306 displays @ 4.4.0
|-- WakeOnLan @ 1.1.6
|-- LiquidCrystal_I2C
|-- Adafruit PCF8574 @ 1.1.0
|-- Improv @ 1.0.0
|-- Ethernet @ 3.1.1
|-- DallasTemperature @ 3.11.0
|-- OneWireNg @ 0.13.2
|-- HLW8012 @ 1.1.1
|-- SDM @ 2.2.3
|-- HTTPClient @ 3.1.1
|-- HTTPUpdate @ 3.1.1
|-- Update @ 3.1.1
|-- Adafruit AHTX0 @ 2.0.5
|-- BH1750_WE @ 1.1.6
|-- NewPing @ 1.9.7
|-- Adafruit INA219 @ 1.2.3
|-- INA226 @ 0.6.5
|-- INA238 @ 0.1.1
|-- INA229 @ 0.6.0
|-- SPI @ 3.1.1
|-- INA236 @ 0.1.5
|-- INA239 @ 0.3.0
|-- INA260 @ 0.1.2
|-- Max44009 @ 0.5.2
|-- PMSerial @ 1.1.1
|-- arduino-sht @ 1.2.2
|-- DHTNEW @ 0.4.19
|-- sensirion-sps @ 1.1.2
|-- Arduino-LM75A
Building in release mode
Compiling .pio\build\GUI_Generic_ESP32C3\src\GUIGenericCommon.cpp.o
Compiling .pio\build\GUI_Generic_ESP32C3\src\Markup.cpp.o
Compiling .pio\build\GUI_Generic_ESP32C3\src\SuplaConditions.cpp.o
Compiling .pio\build\GUI_Generic_ESP32C3\src\SuplaConfigESP.cpp.o
In file included from C:/Users/Michal/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:24,
from src/GUIGenericCommon.h:23,
from src/GUIGenericCommon.cpp:17:
C:/Users/Michal/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/14.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
****************************************************************
* Looking for stdint.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:stdint.h"
* Web > https://registry.platformio.org/search?q=header:stdint.h
*
****************************************************************
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
In file included from lib/SuplaDevice/src/supla/uptime.h:20,
from lib/SuplaDevice/src/SuplaDevice.h:21,
from src/SuplaDeviceGUI.h:24,
from src/Markup.h:20,
from src/Markup.cpp:17:
C:/Users/Michal/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/14.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
****************************************************************
* Looking for stdint.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:stdint.h"
* Web > https://registry.platformio.org/search?q=header:stdint.h
*
****************************************************************
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
*** [.pio\build\GUI_Generic_ESP32C3\src\GUIGenericCommon.cpp.o] Error 1
*** [.pio\build\GUI_Generic_ESP32C3\src\Markup.cpp.o] Error 1
In file included from lib/SuplaDevice/src/supla/uptime.h:20,
from lib/SuplaDevice/src/SuplaDevice.h:21,
from src/SuplaDeviceGUI.h:24,
from src/SuplaConditions.h:19,
from src/SuplaConditions.cpp:17:
C:/Users/Michal/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/14.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
****************************************************************
* Looking for stdint.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:stdint.h"
* Web > https://registry.platformio.org/search?q=header:stdint.h
*
****************************************************************
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
In file included from lib/SuplaDevice/src/supla/io.h:20,
from src/SuplaConfigESP.h:18,
from src/SuplaConfigESP.cpp:16:
C:/Users/Michal/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/14.2.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
****************************************************************
* Looking for stdint.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:stdint.h"
* Web > https://registry.platformio.org/search?q=header:stdint.h
*
****************************************************************
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
*** [.pio\build\GUI_Generic_ESP32C3\src\SuplaConditions.cpp.o] Error 1
*** [.pio\build\GUI_Generic_ESP32C3\src\SuplaConfigESP.cpp.o] Error 1
========================= [FAILED] Took 29.97 seconds =========================
Environment Status Duration
------------------- -------- ------------
GUI_Generic_ESP32C3 FAILED 00:00:29.967
==================== 1 failed, 0 succeeded in 00:00:29.967 ====================