Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
lpares12 - Fixed url to download mpc
  • Loading branch information
lpares12 committed Jan 15, 2018
commit 86e699e6bc4fb6f72352667f4799206b4870e24f
1 change: 1 addition & 0 deletions toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cd /opt/Espressif
#Install crosstool-NG (toolchain)
git clone --depth 1 -b lx106 git://github.com/jcmvbkbc/crosstool-NG.git
cd crosstool-NG
sed -i '/http:\/\/www.multiprecision.org\/mpc\/download/c\{ftp,http,https}:\/\/ftp.gnu.org\/gnu\/mpc' scripts/build/companion_libs/140-mpc.sh
./bootstrap && ./configure --prefix=`pwd` && make && make install
./ct-ng xtensa-lx106-elf
./ct-ng build
Expand Down