From 84898f62a3f4a6169bcec94a8977bbc422a51303 Mon Sep 17 00:00:00 2001 From: Nikolay Agishev Date: Thu, 18 Jan 2024 15:11:56 +0300 Subject: [PATCH] DOC: ARCMWDT: Add tip for arc-gnu-toolchain installation Installation of single toolchain causes problems for customers who are not familiar with Zephyr infrastructure. This tip is supposed to help them. Signed-off-by: Nikolay Agishev --- doc/develop/toolchains/designware_arc_mwdt.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/develop/toolchains/designware_arc_mwdt.rst b/doc/develop/toolchains/designware_arc_mwdt.rst index 24d5d53dc1b..f41976c8c98 100644 --- a/doc/develop/toolchains/designware_arc_mwdt.rst +++ b/doc/develop/toolchains/designware_arc_mwdt.rst @@ -13,6 +13,9 @@ DesignWare ARC MetaWare Development Toolkit (MWDT) Even though ARC MWDT toolchain is used for Zephyr RTOS build, still the GNU preprocessor & GNU objcopy might be used for some steps like device tree preprocessing and ``.bin`` file generation. We used Zephyr SDK as a source of these ARC GNU tools as well. + To setup ARC GNU toolchain please use SDK Bundle (Full or Minimal) instead of manual installation + of separate tarballs. It installs and registers toolchain and host tools in the system, + that allows you to avoid toolchain related issues while building Zephyr. #. :ref:`Set these environment variables `: