From dad082d1702a368434407153aff38fc7acdd97eb Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Mon, 9 Mar 2020 18:33:17 +0100 Subject: [PATCH] doc: gsg: Link to the gatekeeper section from the toolchains Add a warning about the Gatekeeper issues that Catalina introduces in the section about GNU Arm Embedded. Signed-off-by: Carles Cufi --- doc/getting_started/toolchain_3rd_party_x_compilers.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/getting_started/toolchain_3rd_party_x_compilers.rst b/doc/getting_started/toolchain_3rd_party_x_compilers.rst index 685cedf5a47..970aa1eb610 100644 --- a/doc/getting_started/toolchain_3rd_party_x_compilers.rst +++ b/doc/getting_started/toolchain_3rd_party_x_compilers.rst @@ -20,6 +20,12 @@ GNU ARM Embedded Windows, we'll assume you install into the directory :file:`C:\\gnu_arm_embedded`. + .. warning:: + + On macOS Catalina or later you might need to :ref:`change a security + policy ` for the toolchain to be able to run from the + terminal. + #. :ref:`Set these environment variables `: - Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``gnuarmemb``.