ESP8266
using Eclipse with Arduino ESP8266

What to Download

Setup Arduino

see the Readme

Setup Eclipse

example private hardware path

Windows: C:[username] Linux: /home/[username]/.arduino15/packages/esp8266/hardware

Eclipse wont build

if eclipse dont find the path to the Compiler add to the platform.txt after:

1 version=1.6.4

this:

1 runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/../../../tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9
2 runtime.tools.esptool.path={runtime.platform.path}/../../../tools/esptool/0.4.4

Note: