Arduino: Can not download esp8266 board manager url

Created on 27 Feb 2016  ·  69Comments  ·  Source: esp8266/Arduino

Most helpful comment

Server arduino.esp8266.com is down. No ping.

Temporary workaround:

  1. Add link to latest json from release. Actually: https://github.com/esp8266/Arduino/releases/download/2.1.0/package_esp8266com_index.json
  2. Go to boardmanager and update

note:
tool xtensa is missing
maybe you have do delete old 2.0.0 folder manually

All 69 comments

Same for me. Arduino IDE didn't handle the 404 correctly and just removed the whole board package. The host arduino.esp8266.com (IP 104.131.82.128) is down. It is a different host to the www.esp8266.com (IP 119.9.116.93)

I have the same problem:
Error downloading http://arduino.esp8266.com/stable/package_esp8266com_index.json

Yup seems to only have just happened, as others have been working with it a couple of hours ago, hope it comes back online soon :) this is a very valuable tool

Same here

same issue

Me as well. Tried it directly in the browser and inside Arduino IDE. Guess I can try to get it to work with the source?

aih aih,, same here

Server arduino.esp8266.com is down. No ping.

Temporary workaround:

  1. Add link to latest json from release. Actually: https://github.com/esp8266/Arduino/releases/download/2.1.0/package_esp8266com_index.json
  2. Go to boardmanager and update

note:
tool xtensa is missing
maybe you have do delete old 2.0.0 folder manually

I tried to install the package. But it doesn't work.

@Rotzbua the json contains http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz
It seems arduino.esp8266.com is down.

Got the same problem.

@intelliarm that was what I wanted to express ;) , if old 2.0.0 was installed the ide has it cached
@TobiasBodewig esptool 0.4.7 didnt worked for me (win8.1, wemos d1), I replaced it by old 0.4.6 and it works

Urgh, just as I was getting my project working, Oh well hope they get this fixed soon.

@JonathanFStewart haha same. What you working on?

@Zadinator Im working on controlling some phillips hue lights. It took me quite a long time to figure out how to get the esp8266 to make an http put request, but I finally got it. How bout you?

@JonathanFStewart what was difficult about doing a PUT? I've never worked with it before, but was planning on doing a PUT or at least a POST with it

@tommck It was mostly in experience. There doesn't seem to be any libraries out there for sending put requests with the esp8266. Iv always used postman, or other libraries to generate http requests up to this point. Looking back on it it's actually pretty simple. I just didn't have any experience manually creating http requests before this.

@JonathanFStewart ESP8266httpClient library is bundled with the esp8266 core — you can use it to send GET or POST or PUT.

On the main topic — the server is obviously down, I will check what's up when I get home in a few hours.

@igrr *dope I didn't see that before. Guess that's what I get for not reading the documentation, Off to change my code. Thanks!

@JonathanFStewart That sounds cool man. I havent really tried HTTP requests, but I am making an auto-assembling wifi mesh of ESPs.

@igrr thank you for bringing hope on the main topic :smile: :+1:

@igrr Yeah, thanks a lot man!

@Zadinator Wow that's really cool! any plans for the mesh network, or just doing it for fun?

Phew, glad it's not me, I was tugging my remaining hair out (arduino noob here) and can now do something else in the meantime :dancer: :)
Would be great if the error message in the Arduino IDE console was more descriptive (server down, for example).
Thanks @igrr for looking into this :+1:

@igrr Thank you! BTW: You are doing a fantastic job with the ESP! Thank you for all of your work!

@AlexFreshner Same, was going crazy thinking I was doing something wrong

@igrr thank you for bringing http://arduino.esp8266.com back to life.
I have just installed fresh and stable 2.1.0, compiled and uploaded my sketch and everything works correctly :smile: :+1:

some one help me
I I have just installed fresh and stable 2.1.0, arduino 1.6.8 form arduino.cc,but something is wrong.
the items is
Arduino:1.6.8 (Windows XP), 开发板:"Generic ESP8266 Module, Serial, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"

In file included from c:\documents and settings\localservice\local settings\application data\arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2xtensa-lx106-elf\include\c++\4.8.2\memory:62:0,

             from C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\Esp.cpp:24:

c:\documents and settings\localservice\local settings\application data\arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2xtensa-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

                        ^

compilation terminated.

exit status 1
Error compiling for board Generic ESP8266 Module.

在文件 -> 首选项开启
“编译过程中显示详细输出”选项
这份报告会包含更多信息。
and another is

Arduino:1.6.8 (Windows XP), 开发板:"Generic ESP8266 Module, Serial, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"

D:\Arduino1.6.8\arduino-builder -dump-prefs -logger=machine -hardware "D:\Arduino1.6.8\hardware" -hardware "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages" -tools "D:\Arduino1.6.8\tools-builder" -tools "D:\Arduino1.6.8\hardware\tools\avr" -tools "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages" -built-in-libraries "D:\Arduino1.6.8\libraries" -libraries "D:\My Documents\Arduino\libraries" -fqbn=esp8266:esp8266:generic:UploadTool=esptool,CpuFrequency=80,FlashFreq=40,FlashMode=dio,UploadSpeed=115200,FlashSize=512K64,ResetMethod=ck,Debug=Disabled,DebugLevel=None____ -ide-version=10608 -build-path "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "D:\Arduino1.6.8\libraries\WiFi\examples\ConnectNoEncryption\ConnectNoEncryption.ino"
D:\Arduino1.6.8\arduino-builder -compile -logger=machine -hardware "D:\Arduino1.6.8\hardware" -hardware "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages" -tools "D:\Arduino1.6.8\tools-builder" -tools "D:\Arduino1.6.8\hardware\tools\avr" -tools "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages" -built-in-libraries "D:\Arduino1.6.8\libraries" -libraries "D:\My Documents\Arduino\libraries" -fqbn=esp8266:esp8266:generic:UploadTool=esptool,CpuFrequency=80,FlashFreq=40,FlashMode=dio,UploadSpeed=115200,FlashSize=512K64,ResetMethod=ck,Debug=Disabled,DebugLevel=None____ -ide-version=10608 -build-path "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "D:\Arduino1.6.8\libraries\WiFi\examples\ConnectNoEncryption\ConnectNoEncryption.ino"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\sketch\ConnectNoEncryption.ino.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\sketch\ConnectNoEncryption.ino.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\sketch\ConnectNoEncryption.ino.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI\SPI.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\WiFi.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\WiFiClient.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\WiFiServer.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\WiFiUdp.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\utility\server_drv.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\utility\spi_drv.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-ID:\Arduino1.6.8\libraries\WiFi\src" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "D:\Arduino1.6.8\libraries\WiFi\src\utility\wifi_drv.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\sketch\ConnectNoEncryption.ino.cpp" -o "nul"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\sketch\ConnectNoEncryption.ino.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\preproc\ctags_target_for_gcc_minus_e.cpp"
"D:\Arduino1.6.8\tools-builder\ctags\5.8-arduino10/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\preproc\ctags_target_for_gcc_minus_e.cpp"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\sketch\ConnectNoEncryption.ino.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\sketch\ConnectNoEncryption.ino.cpp.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI\SPI.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\libraries\SPI\SPI.cpp.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\WiFi.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\libraries\WiFi\WiFi.cpp.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\WiFiClient.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\libraries\WiFi\WiFiClient.cpp.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\WiFiServer.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\libraries\WiFi\WiFiServer.cpp.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\WiFiUdp.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\libraries\WiFi\WiFiUdp.cpp.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\utility\server_drv.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\libraries\WiFi\utility\server_drv.cpp.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\utility\spi_drv.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\libraries\WiFi\utility\spi_drv.cpp.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI" "-ID:\Arduino1.6.8\libraries\WiFi\src" "D:\Arduino1.6.8\libraries\WiFi\src\utility\wifi_drv.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\libraries\WiFi\utility\wifi_drv.cpp.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -g -x assembler-with-cpp -MMD -mlongcalls -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\cont.S" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\cont.S.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\cont_util.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\cont_util.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_eboot_command.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_eboot_command.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_flash_utils.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_flash_utils.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_i2s.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_i2s.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_noniso.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_noniso.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_phy.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_phy.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_postmortem.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_postmortem.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_si2c.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_si2c.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_timer.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_timer.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_wiring.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_wiring.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_wiring_analog.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_wiring_analog.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_wiring_digital.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_wiring_digital.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_wiring_pulse.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_wiring_pulse.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_wiring_pwm.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_wiring_pwm.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\core_esp8266_wiring_shift.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\core_esp8266_wiring_shift.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\heap.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\heap.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\libc_replacements.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\libc_replacements.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\time.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\time.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\uart.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\uart.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\libb64\cdecode.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\libb64\cdecode.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\libb64\cencode.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\libb64\cencode.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\spiffs\spiffs_cache.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\spiffs\spiffs_cache.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\spiffs\spiffs_check.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\spiffs\spiffs_check.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\spiffs\spiffs_gc.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\spiffs\spiffs_gc.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\spiffs\spiffs_hydrogen.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\spiffs\spiffs_hydrogen.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\spiffs\spiffs_nucleus.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\spiffs\spiffs_nucleus.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-gcc" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\umm_malloc\umm_malloc.c" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\umm_malloc\umm_malloc.c.o"
"C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/tools/sdk/include" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DARDUINO=10608 -DARDUINO_ESP8266_ESP01 -DARDUINO_ARCH_ESP8266 -DESP8266 "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266" "-IC:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\variants\generic" "C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\Esp.cpp" -o "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build61879de404a7e74c4508ada90b951e7e.tmp\core\Esp.cpp.o"
In file included from c:\documents and settings\localservice\local settings\application data\arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2xtensa-lx106-elf\include\c++\4.8.2\memory:62:0,

             from C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\cores\esp8266\Esp.cpp:24:

c:\documents and settings\localservice\local settings\application data\arduino15\packages\esp8266\toolsxtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2xtensa-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

                        ^

compilation terminated.

使用 1.0 版本的库 SPI 在文件夹: C:\Documents and Settings\LocalService\Local Settings\Application Data\Arduino15\packages\esp8266\hardware\esp8266\2.1.0\libraries\SPI
使用 1.2.7 版本的库 WiFi 在文件夹: D:\Arduino1.6.8\libraries\WiFi
exit status 1
Error compiling for board Generic ESP8266 Module.

@igrr looks like arduino.esp8266.com is down again :(

@mcauser It worked again for me, 2hours after your message.

If it helps someone else with this problem, I was unable to install using the Boards Manager. After trying many other things I tried a different WiFi network and it went through.

I have the same problem here

I got it!
I had windows 7 installed then once i upgraded to windows 10 it worked for me!

I had some problems with installing that ESP package. Now it works :)
First i had problem with Arduino Boards Manager. When i add url to preferences, he still did not work. When i tried find ESP, i saw only classic arduino librabry (Arduino AVR Boards). I fixed it, when i download a JSON file and manually copied that file to \AppData\Local\Arduino15 folder. Then i could find ESP8266 package in boards manager. But, when i wanted install it, arduino download that package and write message "Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz". So i had to download that file and manually copy to folder \AppData\Local\Arduino15\staging\packages. Then i could finally install that ESP package

you can use a program called nodemcu flasher and it will flash a preferred .bin to your device

Yep, i tried that, but not working for me. I tried flash firmware (from https://nodemcu-build.com/) but not work. Was set correctly port, baudrate but did not work. When i click on flash, that program do nothing happened. On ESP flashing blue LED, but progres bar was still blank. Therefore i want to try flash throught Arduino IDE.

Oh it did work for me though

The site is down again...

The ide console error I receive is "Error downloading http://arduino.esp8266.com/stable/package_esp8266com_index.json"
I have not been successful for yesterday or today.
I am using a raspberry pi for my platform.
All has been well for the last few weeks of use.
The board manager will not display the 8266.

I confirm the link doesn't work:
http://arduino.esp8266.com/stable/package_esp8266com_index.json"
Do you know if i can work with arduino and mac os with other link?

Yeah same for me it's down again...
This link lets me see the board package in boards manager at least: https://github.com/esp8266/Arduino/releases/download/2.1.0/package_esp8266com_index.json
But I'm still getting an error when I try to install it.

Down for me too. What a crap place to host.

This is even a bigger issue than it seems - If you had previously downloaded the stuff, and open board manager, then the board library disappears and you can no longer compile!

In case it helps anyone, based on @virusvomit 's workaround for windows, on OSX i was able to use:
https://github.com/esp8266/Arduino/releases/download/2.1.0/package_esp8266com_index.json

Then manually download:
http://arduino.esp8266.com/osx-xtensa-lx106-elf-gb404fb9-2.tar.gz

Place the tar.gz file in /Users/[username]/Library/Arduino15/staging/packages/

Then install worked from board manager and was able to successfully upload a sketch.

Working again.

I am having the same issue. So I used a workaround to install latest esp8266 board.
Here are the steps I did.

  1. Install Fiddler.
  2. Created a folder as C:\staging_packages\
  3. Download the package_esp8266com_index.json to C:\staging_packages\
  4. Add Auto responder in fiddler to use the downloaded file instead of fetching from github.
  5. Open board manager. Now it should list esp8266 board.
  6. Click to install the board. You might see downloading esp8266-2.3.0.zip has failed.
  7. Find the url of esp8266-2.3.0.zip in package_esp8266com_index.json (This can vary depending up on the OS environment) and download the zip file to C:\staging_packages\
  8. Add another autoresponder in fiddler to use the downloaded file. Now, you may need to change the URL protocol from https to http both in package_esp8266com_index.json and in fiddler autoresponder.
  9. Repeat steps 5-7 for other files like xtensa-lx106-elf-gb404fb9-2, esptool-0.4.9, mkspiffs-0.1.2 to use the downloaded files.
  10. Now install the esp8266 board :)

I have attached the edited package_esp8266com_index.json and the autoresponder file to import to fiddlers in ESP8266WorkaroundHelpers.zip. Note that the attached files are for windows environment. You may need to edit those for other environments.

ESP8266WorkaroundHelpers.zip

Still not working for me ;(

Hi all,

I suddenly got this today. I inspected the traffic with Wireshark, and problem is that arduino.esp8266.com replies as follows:

HTTP/1.1 403 Forbidden: The owner of this website (arduino.esp8266.com) has banned your access based on your browser's signature (35c8bdffe6f35b1b-ua21).

Can someone here reach the esp8266.com guys to check this out?

In the meantime, adding "-Dhttp.agent=mickey_mouse" to JAVA_OPTIONS in the arduino wrapper script works just fine.

github link provided here( https://github.com/esp8266/Arduino/releases/download/2.1.0/package_esp8266com_index.json )works.

Same here getting error http://arduino.esp8266.com/stable/package_esp8266com_index.json again and again wht
to do??

Hi,
i just tried to call the link and it's work!!!

Attached  you find the json ;)

Bye 

Marcello Colombo
PROJECT DEVELOPMENT & MANAGEMENT
 
 
Avvertenze ai sensi del DLGS 196/2003
 
Le informazioni trasmesse attraverso la presente e-mail ed i suoi allegati sono dirette esclusivamente al destinatario e devono ritenersi riservate con divieto di diffusione salva espressa autorizzazione. La diffusione e la comunicazione da parte di soggetto diverso dal destinatario è vietata dall'art. 616 e ss. c.p. e dal d.l.vo n.196/03. Se la presente e-mail ed i suoi allegati fossero ricevuti per errore da persona diversa dal destinatario siete pregati di distruggere tutto quanto ricevuto e di informare il mittente con lo stesso mezzo.

Da: "nickjan" [email protected]
A: "esp8266/Arduino" [email protected]
Cc: "marcellocolombo" marcello.[email protected],"Comment" [email protected]
Data: Wed, 26 Jul 2017 01:53:03 +0000 (UTC)
Oggetto: Re: [esp8266/Arduino] Can not download esp8266 board manager url (#1689)

Same here getting error http://arduino.esp8266.com/stable/package_esp8266com_index.json again and again wht

to do??


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

Put this link https://github.com/esp8266/Arduino/releases/download/2.1.0/package_esp8266com_index.json in your preferences column in your arduino ide instead of http://arduino.esp8266.com/stable/package_esp8266com_index.json and carry on the same process. You will be able to download. Best of luck

This workaround worked for me. Though the URL was returning expected JSON it was returning error "Error downloading http://arduino.esp8266.com/stable/package_esp8266com_index.json" in IDE. I tried following and now I'm able to resolve this issue.

  1. Open preferences.txt from C:\Users\AppData\Local\Arduino15 ( this path may vary depending on your
    OS) and remove value for "boardsmanager.additional.urls"
  2. delete all .tmp files from this folder
  3. copy & paste URL in File->preferences
  4. Goto Board-> Manager board... now you dont see any error and ESP8266 should be there in the list
    capture

i had the same problem but i got it solved
this is what i did
1) i downloaded the arduino ide from microsoft store instead of the zip file from arduino.cc
2) I opened the arduino ide (which was downloaded from microsoft store)
3) i opened file>preferences and in additional board manager urls i removed everything that was there and clicked ok
4) then i went to tools>boards manager and in the last was the esp8266.
5) i clicked on install and it got installed

if you get any error in between click on install again.

Hope it works for you all

hi people
you will get many errors while downloading it but don't get sad
keep clicking on install again
the download starts from where it stopped
it too get errors
i got around 25 errors but clicked on install and it got downloaded

This workaround worked for me. Though the URL was returning expected JSON it was returning error "Error downloading http://arduino.esp8266.com/stable/package_esp8266com_index.json" in IDE. I tried following and now I'm able to resolve this issue.

  1. Open preferences.txt from C:\Users\AppData\Local\Arduino15 ( this path may vary depending on your
    OS) and remove value for "boardsmanager.additional.urls"
  2. delete all .tmp files from this folder
  3. copy & paste URL in File->preferences
  4. Goto Board-> Manager board... now you dont see any error and ESP8266 should be there in the list
    capture

Its Working For ME! Tnx Bro

This workaround worked for me. Though the URL was returning expected JSON it was returning error "Error downloading http://arduino.esp8266.com/stable/package_esp8266com_index.json" in IDE. I tried following and now I'm able to resolve this issue.

  1. Open preferences.txt from C:\Users\AppData\Local\Arduino15 ( this path may vary depending on your
    OS) and remove value for "boardsmanager.additional.urls"
  2. delete all .tmp files from this folder
  3. copy & paste URL in File->preferences
  4. Goto Board-> Manager board... now you dont see any error and ESP8266 should be there in the list
    capture

Its Working For ME! Tnx Bro

My pleasure...!! @cyres

This workaround worked for me. Though the URL was returning expected JSON it was returning error "Error downloading http://arduino.esp8266.com/stable/package_esp8266com_index.json" in IDE. I tried following and now I'm able to resolve this issue.

  1. Open preferences.txt from C:\Users\AppData\Local\Arduino15 ( this path may vary depending on your
    OS) and remove value for "boardsmanager.additional.urls"
  2. delete all .tmp files from this folder
  3. copy & paste URL in File->preferences
  4. Goto Board-> Manager board... now you dont see any error and ESP8266 should be there in the list

It works! Thanks!!!

This workaround worked for me. Though the URL was returning expected JSON it was returning error "Error downloading http://arduino.esp8266.com/stable/package_esp8266com_index.json" in IDE. I tried following and now I'm able to resolve this issue.

  1. Open preferences.txt from C:\Users\AppData\Local\Arduino15 ( this path may vary depending on your
    OS) and remove value for "boardsmanager.additional.urls"
  2. delete all .tmp files from this folder
  3. copy & paste URL in File->preferences
  4. Goto Board-> Manager board... now you dont see any error and ESP8266 should be there in the list

It works! Thanks!!!

@GMFalka. You are welcome..!!!

Hey guys
I figured out a way to install the esp8266 community boards
Follow these steps-

  1. Open Arduino IDE
  2. Open File->Preferences
  3. Go to Additional Boards Manager URLs and paste this
    http://arduino.esp8266.com/stable/package_esp8266com_index.json,http://phpsecu.re/esp8266/package_deauther_index.json
  1. Now go to Board-> Manager board... now you dont see any error and ESP8266 should be there in the list

  2. Select version 2.4.0 cause other versions won't work. You can also try downloading other versions as they may work on your PC.

After this the board will start downloading. Later when use Arduino IDE the software may ask you to update this board package but do not update it.
If you update it by mistake then it will show error downloading and then you need to select the 2.4.0 version again and install it.
This method is fully working.

open arduino ide
File > Preferences

copy paste to the input box of (Additional boards manager urls):
https://arduino.esp8266.com/stable/package_esp8266com_index.json

click on arduino folder url link at the bottom. and leave it aside.

click ok in preferences screen.

open cmd and copy paste this:
"setx _JAVA_OPTIONS -Djava.net.preferIPv4Stack=true"

open ide again, and wait a minute.
looking on the content folder from before, when something has changed,
wait some seconds to finish,
and then,
delete all from the folder except from the preferences.txt

open:
Tools > Board > Board Manager

see if the loader in the bottom finish working

I had problem with the message error downloading:
-go to /file/preferences
-click below "more preferences can be edited..."
-delete the old two tmp file named "package_esp8266com_index.json.sig" and "package_esp8266com_index.json"
-don't change the url
"http://arduino.esp8266.com/stable/package_esp8266com_index.json" or put it back as before
(-eventually reboot arduino)
-finally go to the board then board manager to reinstall the esp8266 board again
-then the board of esp8266 should reappear again^^

That fixed it for me. Except also removed the esp driver under preferences alone with the files. Then restarted, and as soon as i restarted Arduino it auto reinstalled and the files and it worked

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gosewski picture gosewski  ·  3Comments

SmartSouth picture SmartSouth  ·  3Comments

mreschka picture mreschka  ·  3Comments

hulkco picture hulkco  ·  3Comments

mechanic98 picture mechanic98  ·  3Comments