Lines Matching +full:- +full:- +full:installed
12 * A SoC-specific add-on to be installed on top of Xtensa Xplorer.
14 * This add-on allows the compiler to generate code for the SoC on hand.
16 #. Install Xtensa Xplorer and then the SoC add-on.
22 * GCC-based compiler: ``xt-xcc`` and its friends.
24 * Clang-based compiler: ``xt-clang`` and its friends.
31 * Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``xcc`` or ``xt-clang``.
51 #. For example, assuming the SDK is installed in ``/opt/xtensa``, and
57 .. code-block:: console
60 export ZEPHYR_TOOLCHAIN_VARIANT=xt-clang
63 export TOOLCHAIN_VER=RI-2022.10-linux
67 .. code-block:: console
70 export ZEPHYR_TOOLCHAIN_VARIANT=xt-clang
72 export TOOLCHAIN_VER_intel_adsp_ace15_mtpm=RI-2022.10-linux
75 #. To use Clang-based compiler:
77 * Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``xt-clang``.
79 * Note that the Clang-based compiler may contain an old LLVM bug which
82 .. code-block:: console
86 clang-3.9: error: Xtensa-as command failed with exit code 1
92 .. code-block:: console