mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00: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:
@@ -43,7 +43,6 @@ def main():
|
||||
scratch_build_code_linux_macos = """
|
||||
::
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user