-->
Page 10 of 12

Re: This is how to install without replacing your existing I

PostPosted: Tue Apr 14, 2015 5:02 am
by IngmarGuillaume
It's just missing the xtensa toolchain: xtensa-lx106-elf. It's not included in this github zip: https://github.com/esp8266/Arduino/archive/esp8266.zip.

It is however included e.g. in this one: https://github.com/rogerclarkmelbourne/arduino-esp8266/archive/master.zip.

Extract the xtensa-lx106-elf folder to where the IDE says it is missing.

Re: This is how to install without replacing your existing I

PostPosted: Tue Apr 14, 2015 8:55 am
by zioax
When I try to upload the code, this is what it gives me:
Code: Select allarduino-1.6.1/hardware/esp8266com/esp8266/tools/linux/xtensa-lx106-elf/bin/xtensa-lx106-elf-g++: 1:
arduino-1.6.1/hardware/esp8266com/esp8266/tools/linux/xtensa-lx106-elf/bin/xtensa-lx106-elf-g++: Syntax error: Unterminated quoted string

Re: This is how to install without replacing your existing I

PostPosted: Tue Apr 14, 2015 11:19 am
by ardhuru
Ingmar, I downloaded the zip you pointed to, but no joy.

That zip does have an extensa folder, but does not seem to have the file that the error refers to.

Incidentally, I'm using Arduino IDE 1.6.1, just so as to not take chances. But, I've also tried with 1.6.3, with the same results.

Re: This is how to install without replacing your existing I

PostPosted: Tue Apr 14, 2015 6:30 pm
by IngmarGuillaume
Ardhuru,

I just downloaded that file again to be sure. It DOES contain the entire xtensa toolchain, including the mssing file that is producing the error (C:\Program Files\Arduino/hardware/tools/esp8266/xtensa-lx106-elf/bin/xtensa-lx106-elf-g++.exe).

Mind you, there are TWO xtensa folders in there, one is a subfolder of the other. The file xtensa-lx106-elf-g++.exe is in the top folder.