doc/getting_started: mention ZEPHYR_TOOLCHAIN_VARIANT=llvm
Mention that host installed clang can be used for native_posix. Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
This commit is contained in:
parent
2211935ed6
commit
b54f1a949a
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ Set Up a Toolchain
|
|||
In some specific configurations like non-MCU x86 targets on Linux,
|
||||
you may be able to re-use the native development tools provided by
|
||||
your operating system instead of an SDK by setting
|
||||
``ZEPHYR_TOOLCHAIN_VARIANT=host``.
|
||||
``ZEPHYR_TOOLCHAIN_VARIANT=host`` for gcc or
|
||||
``ZEPHYR_TOOLCHAIN_VARIANT=llvm`` for clang.
|
||||
|
||||
If you want, you can use the SDK host tools (such as OpenOCD) with a
|
||||
different toolchain by keeping the :envvar:`ZEPHYR_SDK_INSTALL_DIR`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue