Skip to content

Commit c9e96b3

Browse files
LMESTMcarlescufi
authored andcommitted
doc: Remind users about environment variables in getting started
In getting started, in case of macOS and Windows, the need to set zephyr specific environment variables is only specified several links away from the getting started, which can be easily missed for someone who already has the toolchain installed. So just remind the user. Signed-off-by: Laurent Meunier <[email protected]>
1 parent fec5bbb commit c9e96b3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/getting_started/index.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,14 +337,21 @@ including: compiler, assembler, linker, and their dependencies.
337337
338338
.. group-tab:: macOS
339339

340-
The Zephyr SDK is not supported on macOS. See instructions for
340+
#. The Zephyr SDK is not supported on macOS. See instructions for
341341
:ref:`installing 3rd-party toolchains<gs_toolchain>`.
342342

343+
#. Do not forget to set environment variables (ZEPHYR_TOOLCHAIN_VARIANT and toolchain specific ones)
344+
to let the build system know where to find the toolchain programs.
345+
343346
.. group-tab:: Windows
344347

345-
The Zephyr SDK is not supported on Windows. See instructions for
348+
#. The Zephyr SDK is not supported on Windows. See instructions for
346349
:ref:`installing 3rd-party toolchains<gs_toolchain>`.
347350

351+
#. Do not forget to set environment variables (ZEPHYR_TOOLCHAIN_VARIANT and toolchain specific ones)
352+
to let the build system know where to find the toolchain programs.
353+
354+
348355
.. _getting_started_run_sample:
349356

350357
.. rst-class:: numbered-step

0 commit comments

Comments
 (0)