ESPAsyncWebServer icon indicating copy to clipboard operation
ESPAsyncWebServer copied to clipboard

Erreur de compilation pour la carte ESP32 (when using ESPAsyncWebServer.h)

Open pascal060 opened this issue 3 years ago • 3 comments

I publish an issue here :

https://forum.arduino.cc/t/why-i-have-issue-using-arduino-portable-version-with-esp32-boards-only/1013099

pascal060 avatar Jul 18 '22 07:07 pascal060

in english please

atesin avatar Oct 03 '22 01:10 atesin

Hi there,

I am trying portable arduino ide, following this tutorial : https://docs.arduino.cc/software/ide-v1/tutorials/PortableIDE 1

arduino_IDE_portable

if I compile empty sketch for arduino AVR boards, it works, but if I do that for esp32 boards, I have this issue : c:\users\pasca\downloads\arduino-1.8.19-windows\arduino-1.8.19\portable\packages\esp32\tools\xtensa-esp32-elf-gcc\gcc8_4_0-esp-2021r2-patch3\xtensa-esp32-elf\include\c++\8.4.0\cstdlib:41:10: fatal error: bits/c++config.h: No such file or directory

I specify that I had add esp32 boards from : https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

I tried with arduino sam board and it is ok.

The empty sketch is :

void setup() { // put your setup code here, to run once: }

void loop() { // put your main code here, to run repeatedly: }

Thanks for help

pascal060 avatar Oct 06 '22 19:10 pascal060

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 18 '23 13:06 stale[bot]