0

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

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:

}

arduino uno compile

esp32 compile with portable version

esp32 compile with "normal" version

Thanks for help

1 Answer 1

0

try to run Arduino IDE AS administration and in the border choice ==> ESP32 DEV MODE

Sign up to request clarification or add additional context in comments.

1 Comment

Hi, Thanks for your reply. I tried but it don't work. I will end up giving up... sniff...

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.