ESP8266_RTOS_SDK compile fail
-
- Posts: 8
- Joined: Sun Oct 23, 2016 9:25 am
ESP8266_RTOS_SDK compile fail
Postby sunweili50 » Sun Oct 23, 2016 10:37 am
我在官方给的虚拟机里面尝试编译RTOS_SDK的例程,总是提示xtensa-lx106-gcc: command not foun,是什么情况,环境变量都是OK的? 求助
Re: ESP8266_RTOS_SDK compile fail
Postby pratik » Mon Oct 24, 2016 7:30 pm
Code: Select all
echo $PATH
and
Code: Select all
xtensa-lx106-elf-gcc -v
-
- Posts: 8
- Joined: Sun Oct 23, 2016 9:25 am
Re: ESP8266_RTOS_SDK compile fail
Postby sunweili50 » Sun Nov 06, 2016 7:40 pm
Code: Select all
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: Select all
sudo -s
./gen_misc.sh
Re: ESP8266_RTOS_SDK compile fail
Postby pratik » Sun Nov 27, 2016 1:25 pm
Code: Select all
cd <project dir>
chmod +x gen_misc.sh
This will let you run the script with just
Code: Select all
./gen_misc.sh
Who is online
Users browsing this forum: No registered users and 58 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.