Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By lajolo
#39729 Hello,
I have some experience with Arduino IDE for ESP8266, but I am encountering some compilation problems on a new machine.

I have installed the board manager version 2.0.0 taken from
http://arduino.esp8266.com/stable/packa ... index.json

When I run a compilation, some files are not found.
For example:
c:\documents and settings\admin\application data\arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2\xtensa-lx106-elf\include\c++\4.8.2\ext\atomicity.h:36:30: fatal error: bits/atomic_word.h: No such file or directory
#include <bits/atomic_word.h>


The file atomic_word.h is present, but the include directives seem wrong.
Do you know what is wrong?

Thanks,
Marcello