ESP8266 Developer Zone The Official ESP8266 Forum 2016-11-27T13:25:19+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2909 2016-11-27T13:25:19+08:00 2016-11-27T13:25:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2909&p=10682#p10682 <![CDATA[Re: ESP8266_RTOS_SDK compile fail]]>

Code:

cd <project dir>
chmod +x gen_misc.sh

This will let you run the script with just

Code:

./gen_misc.sh

Statistics: Posted by Guest — Sun Nov 27, 2016 1:25 pm


]]>
2016-11-06T19:40:21+08:00 2016-11-06T19:40:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2909&p=10418#p10418 <![CDATA[Re: ESP8266_RTOS_SDK compile fail]]>

Code:

sudo ./gen_misc.sh

but the PATH is diffrent in sudo mode and the xtnesa path is lost, so i solve the problem using follow commands:

Code:

sudo -s
./gen_misc.sh

Statistics: Posted by sunweili50 — Sun Nov 06, 2016 7:40 pm


]]>
2016-10-24T19:30:42+08:00 2016-10-24T19:30:42+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2909&p=10245#p10245 <![CDATA[Re: ESP8266_RTOS_SDK compile fail]]>

Code:

echo $PATH

and

Code:

xtensa-lx106-elf-gcc -v

Statistics: Posted by Guest — Mon Oct 24, 2016 7:30 pm


]]>
2016-10-23T10:37:39+08:00 2016-10-23T10:37:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2909&p=10234#p10234 <![CDATA[ESP8266_RTOS_SDK compile fail]]>
我在官方给的虚拟机里面尝试编译RTOS_SDK的例程,总是提示xtensa-lx106-gcc: command not foun,是什么情况,环境变量都是OK的? 求助

Statistics: Posted by sunweili50 — Sun Oct 23, 2016 10:37 am


]]>