-
Notifications
You must be signed in to change notification settings - Fork 0
/
tools.html
57 lines (54 loc) · 3.21 KB
/
tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: page
title: Our Work
permalink: /tools/
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>GNU Tools for DesignWare ARC Processors</h1>
</div>
</div>
</div>
</div>
</section>
<!--Call to action Start -->
<!--<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12">
<div class="block">
<div class="section-title">-->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Overview</h2>
<p>The ARC GNU Toolchain offers all of the benefits of open source tools, including complete source
code and a large install base. The tools include the GCC compiler and GDB debugger as well a number of
utilities and libraries that make up a complete software toolchain. Because source code for the GNU t
oolchain is always available, the ARC GNU Toolchain is configurable, allowing tailoring, customization,
and expansion of the tools, libraries, debugger, and board support to meet user-specific requirements.
The GNU command line tools for ARC Processors and the GNU Toolchain for ARC Processors with Eclipse IDE
can be downloaded from GitHub.</p>
<h2>Prebuilt Toolchain Downloads</h2>
<p>Eclipse IDE with plugins for GNU Toolchain for ARC Processors - Windows: <a class="btn btn-default btn-call-to-action2" href="https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2016.09-release/arc_gnu_2016.09_ide_win_install.exe" >Download</a></p>
<p>Eclipse IDE with plugins for GNU Toolchain for ARC Processors - Linux: <a class="btn btn-default btn-call-to-action2" href="hhttps://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2016.09-release/arc_gnu_2016.09_ide_linux_install.tar.gz">Download</a></p>
<p>Command Line Tools for ARCv1 (ARC700 Family) - Linux: <a class="btn btn-default btn-call-to-action2" href="https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2016.09-rc2/arc_gnu_2016.09-rc2_ide_linux_install.tar.gz">Download</a></p>
<p>Command Line Tools for ARCv2 (ARC HS Family) - Linux: <a class="btn btn-default btn-call-to-action2" href="https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2016.09-rc2/arc_gnu_2016.09-rc2_ide_linux_install.tar.gz">Download</a></p>
<h2>Toolchain Building Instructions</h2>
<p><a href="https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/blob/arc-releases/README.md">Using Synopsys scripts</a><p>
<p>Using Buildroot</p>
<h2>MetaWare Lite Downloads</h2>
<p>A free version of the MetaWare Development Toolkit for DesignWare ARC Processors.</p>
<h2>ARC nSIM Free Downloads</h2>
<p>A free version of the ARC nSIM Instruction Set Simulator for DesignWare ARC Processors.</p>
</div>
</div>
</div>
</div>
</section>