Lines Matching +full:- +full:- +full:build +full:- +full:only
3 Crosstool-NG (Deprecated)
9 :ref:`cross-compile toolchain variant <other_x_compilers>` should be used
10 when using a custom toolchain built with Crosstool-NG.
12 You can build toolchains from source code using crosstool-NG.
14 #. Follow the steps on the crosstool-NG website to `prepare your host
15 <http://crosstool-ng.github.io/docs/os-setup/>`_.
18 <https://github.com/zephyrproject-rtos/sdk-ng/blob/master/README.md>`_ to
19 build your toolchain. Repeat as necessary to build toolchains for multiple
22 You will need to clone the ``sdk-ng`` repo and run the following command:
24 .. code-block:: console
30 Currently, only i586 and Arm toolchain builds are verified.
34 - Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``xtools``.
35 - Set :envvar:`XTOOLS_TOOLCHAIN_PATH` to the toolchain build directory.
41 .. code-block:: console
47 /Volumes/CrossToolNGNew/build/output/
49 .. _crosstool-ng site: http://crosstool-ng.org