bits/c++config.h: No such file or directory
Posted: Fri Feb 19, 2016 5:12 am
Hi all,
I do not get Arduino compiling code for the ESP8299:
I tried already it with different Arduino-versions:
- Arduino: 1.6.4
- Arduino: 1.6.5
- Arduino: 1.6.7
And all three several times with version 1.6.5-947-g39819f0 and with version 2.0.0. In between I wiped everything, but no success
None of the installation brought the missing file.
Any suggestion on how to fix this issue?
Thanks in advance,
Sebastian
I do not get Arduino compiling code for the ESP8299:
Code: Select all
Arduino: 1.6.4 (Windows 8.1), Board: "Generic ESP8266 Module, Serial, 80 MHz, 40MHz, QIO, 115200, 512K (64K SPIFFS), nodemcu"
Build options changed, rebuilding all
In file included from c:\documents and settings\releaseengineer.macrovision\application data\arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2\xtensa-lx106-elf\include\c++\4.8.2\memory:62:0,
from C:\Documents and Settings\ReleaseEngineer.MACROVISION\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\cores\esp8266\Esp.cpp:24:
c:\documents and settings\releaseengineer.macrovision\application data\arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2\xtensa-lx106-elf\include\c++\4.8.2\bits\stl_algobase.h:59:28: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^
compilation terminated.
Error compiling.
I tried already it with different Arduino-versions:
- Arduino: 1.6.4
- Arduino: 1.6.5
- Arduino: 1.6.7
And all three several times with version 1.6.5-947-g39819f0 and with version 2.0.0. In between I wiped everything, but no success
None of the installation brought the missing file.
Any suggestion on how to fix this issue?
Thanks in advance,
Sebastian