Lines Matching +full:open +full:- +full:source
1 .. SPDX-License-Identifier: GPL-2.0
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>`_ -
17 Home for all development activities regarding open source projects for
21 as open source for use on ARC Processors.
23 - `Official Synopsys ARC Processors website
24 <https://www.synopsys.com/designware-ip/processor-solutions.html>`_ -
27 <https://www.synopsys.com/dw/doc.php/ds/cc/programmers-reference-manual-ARC-HS.pdf>`_)
29 <https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi>`_ and
30 `MetaWare Light Edition <https://www.synopsys.com/cgi-bin/arcmwtk_lite/reg1.cgi>`_).
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.
68 - Synopsys GNU toolchain releases:
69 `<https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases>`_
71 - Linux kernel compilers collection:
74 - Bootlin's toolchain collection: `<https://toolchains.bootlin.com>`_
78 ``CROSS_COMPILE=arc-linux`` (or whatever matches installed ARC toolchain prefix)
81 This will produce "vmlinux" file in the root of the kernel source tree
83 If you need to get an image usable with U-Boot bootloader,