Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 249 forks source link

ESP8266 is not supported #333

Closed Greenstreem closed 8 years ago

Greenstreem commented 8 years ago

With version 1.6.7 of the Arduino IDE you can use the board manager to add support for the ESP8266. It seems that this functionality is not available with stino.

dangsonbk commented 8 years ago

Hi @DasHammer: Same problem, but you can fix this by adding xtensa directory to the environment path: In my case, add this to PATH

c:\Program Files (x86)\Arduino\hardware\esp8266com\esp8266\tools\xtensa-lx106-elf\bin\

Hope this help

tdehaeze commented 8 years ago

Any idea how to solve this on mac ? :)

Greenstreem commented 8 years ago

@dangsonbk Unfortunatley that didn't work for me. The xtensa directory is different for me: C:\Users\DasHammer\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2\xtensa-lx106-elf\bin

Duality4Y commented 8 years ago

yes but you can still set a path under windows ?

AKBON commented 8 years ago

I added the Path to the Windows Path environment variable, but it still doesn't work. Any more idea or a more detailed description?

nugrahawahyu commented 8 years ago

Well i got this error, any idea what is happening? [100%] Creating C:\Users\Nugraha\AppData\Local\Temp\Stino_build\Fugue\Fugue.bin... "C:\Program Files (x86)\Arduino\hardware\esp8266com\esp8266/tools/esptool/esptool" -eo "C:\Program Files (x86)\Arduino\hardware\esp8266com\esp8266/bootloaders/eboot/eboot.elf" -bo "C:\Users\Nugraha\AppData\Local\Temp\Stino_build\Fugue/Fugue.bin" -bm dio -bf 40 -bz 4M -bs .text -bp 4096 -ec -eo "C:\Users\Nugraha\AppData\Local\Temp\Stino_build\Fugue/Fugue.elf" -bs .irom0.text -bs .text -bs .data -bs .rodata -bc -ec Access is denied.

gepd commented 8 years ago

Hey guys I've been working in a plugin called Deviot, currently in version 1.2 which fully support esp boards, OTA Uptades, autodiscover mDNS services and a lot of other features. You can know more about the project in: https://github.com/gepd/Deviot