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) **************************************************