Created
March 7, 2015 00:45
-
-
Save sabas1080/9b399fb6d3a3ee95f5fa to your computer and use it in GitHub Desktop.
Instalar tensa Crosstool-NG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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