User Tools

Site Tools


elec:esp8266:deb_toolchain

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
elec:esp8266:deb_toolchain [2015/09/06 13:00] – created redoxelec:esp8266:deb_toolchain [2023/11/24 21:55] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 ## Steps ## Steps
 +
 +Get the toolchain:
 +
 +    git clone --recursive https://github.com/pfalcon/esp-open-sdk.git
 +
 +Get the dependencies:
 +
 +    sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf flex bison texinfo gawk ncurses-dev libexpat-dev python sed git libtool-bin
 +
 +Compile:
 +
 +    make STANDALONE=n
 +
 +And then... wait. It takes a while but finally completes !
  
 ## Resources ## Resources
  
  
/home/share/www/redox.ws/wiki/data/attic/elec/esp8266/deb_toolchain.1441544447.txt.gz · Last modified: 2023/11/24 21:55 (external edit)