Lines Matching full:arc
3 Linux kernel for ARC processors
10 ARC processors and relevant open source projects.
12 - `<https://embarc.org>`_ - Community portal for open source on ARC.
16 - `<https://github.com/foss-for-synopsys-dwc-arc-processors>`_ -
18 ARC processors. Some of the projects are forks of various upstream projects,
21 as open source for use on ARC Processors.
23 - `Official Synopsys ARC Processors website
26 Manual, AKA PRM for ARC HS processors
27 <https://www.synopsys.com/dw/doc.php/ds/cc/programmers-reference-manual-ARC-HS.pdf>`_)
34 Important note on ARC processors configurability
37 ARC processors are highly configurable and several configurable options
43 However not all configurable options are supported when an ARC processor
45 Configuration for ARC Linux" in the ARC HS Databook for configurability
52 Building the Linux kernel for ARC processors
55 The process of kernel building for ARC processors is the same as for any other
58 - Cross-compilation: process of compiling for ARC targets on a development
60 - Native compilation: process of compiling for ARC on a ARC platform
64 In both cases, up-to-date GNU toolchain for ARC for the host is needed.
69 `<https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases>`_
77 is added in your ``PATH`` environment variable. Then set ``ARCH=arc`` &
78 ``CROSS_COMPILE=arc-linux`` (or whatever matches installed ARC toolchain prefix)
84 type ``make uImage`` and ``uImage`` will be produced in ``arch/arc/boot``