ESP8266 Developer Zone The Official ESP8266 Forum 2016-06-16T06:29:53+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2123 2016-06-16T06:29:53+08:00 2016-06-16T06:29:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2123&p=7350#p7350 <![CDATA[Re: Help setting up ESP8266 RTOS SDK (xtensa not found error)?]]> Thanks for your help. I got it all worked out. I ended up using the open-sdk. It works pretty well. I have another issue trying to update the ESP with the FLAS Download too. That post is in a different thread.
~Shane

Statistics: Posted by ShaneKirkbride — Thu Jun 16, 2016 6:29 am


]]>
2016-05-10T10:15:23+08:00 2016-05-10T10:15:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2123&p=6782#p6782 <![CDATA[Re: Help setting up ESP8266 RTOS SDK (xtensa not found error)?]]>

Code:

make[1]: xtensa-lx106-elf-gcc: Command not found

It means that you do not have gcc in your PATH.

Here is the ESP8266 Getting Started Guide. You can follow the guide to setup the compiler.

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Tue May 10, 2016 10:15 am


]]>
2016-05-04T01:18:13+08:00 2016-05-04T01:18:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2123&p=6695#p6695 <![CDATA[Help setting up ESP8266 RTOS SDK (xtensa not found error)?]]> I set up a virtual box that runs Lubuntu. I'm created the shared drive. I then pulled the RTOS SDK from the git hub. I moved the example/websocket_demo up one level.
I go to compile and I get this error:

Code:

make[1]: xtensa-lx106-elf-gcc: Command not found
make[1]: *** [.output/eagle/debug/obj/user_main.o] Error 127
make[1]: Leaving directory `/mnt/Share/ESP8266_RTOS_SDK/websocket_demo/user'
make: *** [.subdirs] Error 2

Here is a screen shot of what I'm doing
[img]
screenshot%20error.png
[/img]

I've added xtensa into my path and it exists in my /opt directory. I can't figure out how to make it recognize it so this will compile. Can anyone help me resolve this?
Thanks,
~Shane
screenshot error.png

Statistics: Posted by ShaneKirkbride — Wed May 04, 2016 1:18 am


]]>