difficulties building toolchain
Posted: Wed Oct 29, 2014 3:39 pm
Prolly it is me, but had some path trouble when I followed direction on the wiki: https://github.com/esp8266/esp8266-wiki/wiki/Toolchain
Everything went fine until I set up the sdk. Unzipping went perectly but it made a sub directory in /opt/Espressif/ESP8266_SDK/ named
Unzip command I used (was not on the wiki) in the /opt/Espressif/ESP8266_SDK directory:
move the directory a level below and delete the created subdir
Had simular issues with the include files in /opt/Espressif/ESP8266_SDK/include:
Had also trouble with the esptool commando. It didnt work on lubuntu (need to investigate or compile it myself)
After this I could compile the at example as described here: https://github.com/esp8266/esp8266-wiki/wiki/Building (with the esptool commands failing)
Everything went fine until I set up the sdk. Unzipping went perectly but it made a sub directory in /opt/Espressif/ESP8266_SDK/ named
Unzip command I used (was not on the wiki) in the /opt/Espressif/ESP8266_SDK directory:
Code: Select all
unzip /home/chris/Downloads/esp_iot_sdk_v0.9.2_14_10_24.zip
move the directory a level below and delete the created subdir
Code: Select all
mv esp_iot_sdk_v0.9.2/* .
rmdir esp_iot_sdk_v0.9.2
Had simular issues with the include files in /opt/Espressif/ESP8266_SDK/include:
Code: Select all
cd /opt/Espressif/ESP8266_SDK/include
mv include/* .
rmdir include
Had also trouble with the esptool commando. It didnt work on lubuntu (need to investigate or compile it myself)
After this I could compile the at example as described here: https://github.com/esp8266/esp8266-wiki/wiki/Building (with the esptool commands failing)