Skip to content

Instantly share code, notes, and snippets.

@sabas1080
Created March 7, 2015 00:45
Show Gist options
  • Save sabas1080/9b399fb6d3a3ee95f5fa to your computer and use it in GitHub Desktop.
Save sabas1080/9b399fb6d3a3ee95f5fa to your computer and use it in GitHub Desktop.
Instalar tensa Crosstool-NG
cd /opt/Espressif
git clone -b lx106-g++ https://github.com/jcmvbkbc/crosstool-NG.git
cd crosstool-NG
./bootstrap && ./configure --prefix=`pwd` && make && make install
./ct-ng xtensa-lx106-elf
./ct-ng build
export PATH=/opt/Espressif/crosstool-NG/builds/xtensa-lx106-elf/bin/:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment