From e3a25b3b3a141560d9d6c41121ab598e07a431c4 Mon Sep 17 00:00:00 2001 From: Giulio De Donato Date: Wed, 3 Mar 2021 10:37:25 +0100 Subject: [PATCH] doc: on mac suggesting an alternative procedure for cmake brew install Signed-off-by: Giulio De Donato --- doc/getting_started/toolchain_3rd_party_x_compilers.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/getting_started/toolchain_3rd_party_x_compilers.rst b/doc/getting_started/toolchain_3rd_party_x_compilers.rst index 0ec768fffa1..aced28ee8a2 100644 --- a/doc/getting_started/toolchain_3rd_party_x_compilers.rst +++ b/doc/getting_started/toolchain_3rd_party_x_compilers.rst @@ -71,6 +71,14 @@ Intel oneApi Toolkits #. Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``oneApi``. + .. warning:: + + On macOS, if you are having trouble with the suggested procedure, there is an unofficial package on brew that migth help you. + Run ``brew install gcc-arm-embedded`` and configure the variables + + - Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``gnuarmemb``. + - Set :envvar:`GNUARMEMB_TOOLCHAIN_PATH` to the brew installation directory (something like ``/usr/local``) + DesignWare ARC MetaWare Development Toolkit (MWDT) **************************************************