Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
koendv committed Mar 14, 2021
1 parent bb0b4b3 commit f5bfe2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In the Tools menu select the ESP32 cores as compilation target. As an example, i

This esp32/esp32s2 gcc cross-compiler is for 64-bit raspberry only.

Build script: [build.sh](build.sh). Uses [crosstool-ng](http://crosstool-ng.github.io/docs/).
Build script: [build.sh](build.sh). Uses [crosstool-ng](http://crosstool-ng.github.io/docs/). Downloads and builds source in current directory.

Packaging script: [pkg.sh](pkg.sh)

Expand Down
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/bash -x
sudo apt-get install git wget libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache libffi-dev libssl-dev dfu-util
sudo apt-get install gawk gperf grep gettext libncurses-dev python python-dev automake bison flex texinfo help2man libtool libtool-bin make
cd
cd src/
mkdir esp
cd esp/
git clone https://github.com/espressif/crosstool-NG.git
cd crosstool-NG/
git checkout esp-2020r2
Expand Down

0 comments on commit f5bfe2a

Please sign in to comment.