docs: add a suggestion for apple m1 users

Closes: https://github.com/espressif/esp-idf/issues/9300
pull/9491/head
Anton Maklakov 2022-07-11 16:24:26 +07:00
rodzic b823831a26
commit 57f231af82
1 zmienionych plików z 20 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
********************************************
********************************************
Standard Toolchain Setup for Linux and macOS
********************************************
@ -76,6 +76,25 @@ ESP-IDF will use the version of Python installed by default on macOS.
Then you will need to install the XCode command line tools to continue. You can install these by running ``xcode-select --install``.
Apple M1 Users
~~~~~~~~~~~~~~
If you use Apple M1 platform and see an error like this::
WARNING: directory for tool xtensa-esp32-elf version esp-2021r2-patch3-8.4.0 is present, but tool was not found
ERROR: tool xtensa-esp32-elf has no installed versions. Please run 'install.sh' to install it.
or::
zsh: bad CPU type in executable: ~/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Then you will need to install Apple Rosetta 2 by running
.. code-block:: bash
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
Installing Python 3
~~~~~~~~~~~~~~~~~~~