Hi Guys,
Hoping that someone can help me out here as this has been a non starter all day and very frustrating.
Arduino IDE version 1.8.16
ESP32 core 2.0.14
If I select ESP32C3 Dev Module and don't touch all the other settings then I get the following error
c:\users\paul\desktop\arduino-3.1.22_esp32_v2\portable\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0\riscv32-esp-elf\include\c++\8.4.0\riscv32-esp-elf\rv32imc\ilp32\no-rtti\bits\gthr.h:151:10: fatal error: bits/gthr-default.h: No such file or directory
#include <bits/gthr-default.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board ESP32C3 Dev Module.
I tried some copying of folders and what have you and get this:
#include <bits/c++allocator.h> // Define the base class to std::allocator.
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board ESP32C3 Dev Module.
I then tried downloading IDE 1.8.19 but now I get error for the ESP32C3 AND the ESP32S3 which I wasn't getting before:
c:\users\paul\desktop\arduino-7.1.24_exp32_v2.0.14\portable\packages\esp32\tools\riscv32-esp-elf-gcc\esp-2021r2-patch5-8.4.0\riscv32-esp-elf\include\c++\8.4.0\cstdlib:41:10: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board ESP32C3 Dev Module.
I'm at a loss. Can anyone assist?
As it is, I only have one project with an ESP32C3 but it's quite an important one to me. I have no idea what happened as I already have code running on it that I uploaded 6 months ago but I have no idea what happened between then and now.
Hopefully someone has an idea. This is above my skills
Thanks
Matt