ESP32-C3 / ESP32-H2 / EPS32-S3 how to build
Posted: Sun Feb 11, 2024 1:15 pm
I'm trying to flash ESP32-C3 / ESP32-H2 / EPS32-S3 with ESP-IDF (Version 5.1.2). I've done
The process ist terminating with (ESP32-C3 / ESP32-H2)
Code: Select all
idf.py set-target esp32c3
idf.py menuconfig
idf.py build
EPS32-S3In file included from C:/Users/s/Espressif/esp-idf-v5.1.2/components/cxx/cxx_exception_stubs.cpp:6:
c:\users\ts\espressif\esp-idf-tools\tools\riscv32-esp-elf\esp-12.2.0_20230208\riscv32-esp-elf\riscv32-esp-elf\include\c++\12.2.0\cstdlib:41:10: fatal error: bits/c++config.h: No such file or directory
What am I doing wrong? Are these targets currently not supported? ESP32-H series should be.C:/Users/s/Espressif/esp-idf-v5.1.2/components/cxx/cxx_guards.cpp:9:
c:\users\ts\espressif\esp-idf-tools\tools\xtensa-esp32s3-elf\esp-12.2.0_20230208\xtensa-esp32s3-elf\xtensa-esp32s3-elf\include\c++\12.2.0\cxxabi.h:50:10: fatal error: bits/cxxabi_tweaks.h: No such file or directory
50 | #include <bits/cxxabi_tweaks.h>