mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 13:12:49 +00:00
Updates based on discussion and changes in supported features. - Make the guide shorter by removing content that's not relevant to most users who are truly just getting started, such as information about pre-LTS versions that did not support west, and by being more concise in some places. - Decrease the number of colored boxes. At the latest TSC F2F, the "note / warning / note / tip" contents were identified as a readability problem. - Add additional information based on new west features, like "west boards". Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
13 lines
423 B
ReStructuredText
13 lines
423 B
ReStructuredText
.. _host_toolchains:
|
|
|
|
Host Toolchains
|
|
###############
|
|
|
|
In some specific configurations, like when building for non-MCU x86 targets on
|
|
a Linux host, you may be able to re-use the native development tools provided
|
|
by your operating system.
|
|
|
|
To use your host gcc, set the :envvar:`ZEPHYR_TOOLCHAIN_VARIANT`
|
|
:ref:`environment variable <env_vars>` to ``host``. To use clang, set
|
|
:envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``clang``.
|