mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 16:41:44 +01:00
docs: fix instructions for building toolchain on macOS
Closes https://github.com/espressif/esp-idf/issues/503 Closes https://github.com/espressif/esp-idf/issues/2607
This commit is contained in:
@@ -51,12 +51,14 @@ Compile the Toolchain from Source
|
||||
|
||||
TODO
|
||||
|
||||
Download ``crosstool-NG`` and build it::
|
||||
Create the working directory and go into it::
|
||||
|
||||
cd ~/esp
|
||||
git clone -b xtensa-1.22.x https://github.com/espressif/crosstool-NG.git
|
||||
cd crosstool-NG
|
||||
./bootstrap && ./configure --enable-local && make install
|
||||
mkdir -p ~/esp
|
||||
cd ~/esp
|
||||
|
||||
Download ``crosstool-NG`` and build it:
|
||||
|
||||
.. include:: /_build/inc/scratch-build-code.inc
|
||||
|
||||
Build the toolchain::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user