-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
389 lines (276 loc) · 15 KB
/
index.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="alternate" type="application/rss+xml" title="GNU ARM Eclipse" href="/feed.xml" />
<title>Welcome to GNU ARM Eclipse!</title>
<meta name="description" content="A family of Eclipse CDT extensions and tools for GNU ARM development">
<meta property="og:title" content="Welcome to GNU ARM Eclipse!" />
<meta property="og:site_name" content="GNU ARM Eclipse" />
<meta property="article:published_time" content="2015-09-07">
<meta name="google-site-verification" content="NT_y3tqI_8mrd8gYA_FDWHT2-tkJExOC6KBkSnyZx6c" />
<meta http-equiv="refresh" content="0; url=https://gnu-mcu-eclipse.github.io/">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/stylesheets/screen.css?201702222107" media="screen">
<link rel="stylesheet" type="text/css" href="/stylesheets/print.css?201702222107" media="print">
<link rel="canonical" href="/">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="manifest" href="/assets/manifest.json">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-16767008-16', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header>
<div class="inner">
<h1><a href="/">GNU ARM Eclipse</a></h1>
<h2>A family of Eclipse CDT extensions and tools for GNU ARM development</h2>
<div id="buttons">
<a href="http://github.com/gnuarmeclipse" class="button"><small>Follow me on</small> GitHub</a>
</div>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<div id="site-body">
<section id="main-content">
<h1 class="page-title">Welcome to GNU ARM Eclipse!</h1>
<p>The <strong>GNU ARM Eclipse</strong> is an open source project that includes a family of Eclipse plug-ins and tools for multi-platform embedded ARM development, based on GNU toolchains. This project is hosted on <a href="https://github.com/gnuarmeclipse">GitHub</a> and <a href="http://sourceforge.net/projects/gnuarmeclipse/">SourceForge</a>.</p>
<h2 id="the-gnu-arm-eclipse-plug-ins">The GNU ARM Eclipse plug-ins</h2>
<p>These plug-ins provide Eclipse CDT (C/C++ Development Tooling) extensions for GNU ARM toolchains like <strong>GNU Tools for ARM Embedded Processors</strong>, <strong>Linaro</strong>, etc.</p>
<p>In short, the GNU ARM Eclipse plug-ins allow to create, build, debug and in general to <strong>manage ARM and AArch64 projects</strong> (executables and static/shared libraries, in both 32 and 64-bits versions) with the Eclipse framework (currently tested up to Eclipse 4.6 Neon.3). The plug-ins run on Windows, GNU/Linux and macOS. For more details please visit the <a href="/plugins/features/">Features</a> page.</p>
<p><img src="/assets/images/2015/intro-new-f4-project.png" alt="Create new STM32F4 C++ project" /></p>
<h2 id="additional-tools">Additional tools</h2>
<p>Apart from the main Eclipse plug-ins, this project also includes several additional tools, distributed as separate packages.</p>
<ul>
<li>
<p><strong>GNU ARM Eclipse Windows Build Tools</strong></p>
<p>The <strong>GNU ARM Eclipse Windows Build Tools</strong> subproject includes the additional tools required on Windows (<strong>make</strong> & <strong>rm</strong>).</p>
</li>
<li>
<p><strong>GNU ARM Eclipse OpenOCD</strong></p>
<p>The <strong>GNU ARM Eclipse OpenOCD</strong> subproject is a new distribution of <a href="http://openocd.org/">OpenOCD</a>, customised for a better/more convenient integration with the <strong>GNU ARM OpenOCD Debugging</strong> plug-in. Binaries for Windows, GNU/Linux and macOS are available.</p>
</li>
<li>
<p><strong>GNU ARM Eclipse QEMU</strong></p>
<p>The <strong>GNU ARM Eclipse QEMU</strong> subproject is a fork of <a href="http://wiki.qemu.org/Main_Page">QEMU</a> (an open source machine emulator), intended to provide support for Cortex-M emulation in GNU ARM Eclipse. Binaries for Windows, GNU/Linux and macOS are available.</p>
<p><img src="/assets/images/2015/stm32f4-discovery-leds.png" alt="The STM32F4-Discovery 4 LEDs" /></p>
</li>
</ul>
<h2 id="let-us-know-if-you-enjoyed-it">Let us know if you enjoyed it!</h2>
<p>We definitely enjoyed working on the project! If you successfully installed <strong>GNU ARM Eclipse</strong> and enjoyed using it, please let us know; here are some advices:</p>
<ul>
<li>the best way to praise us would be to <strong>donate</strong> - if you want to speed up development and future versions to include more and more great features, please consider donnating; any contribution, small or generous, will be highly appreciated;</li>
<li>go to the project <a href="https://www.facebook.com/gnumcueclipse">Facebook page</a> and click the <strong>Like</strong> button, write your opinion on the visitor posts wall, or share any of the web posts and pages with your friends;</li>
<li>star the project using the <a href="https://github.com/gnuarmeclipse/plug-ins/stargazers">GitHub Stars</a>;</li>
<li>write a short review in the main <a href="http://sourceforge.net/projects/gnuarmeclipse">SourceForge Project</a> page.</li>
</ul>
<p>Thank you,</p>
<p>Liviu Ionescu</p>
<hr class="page-footer"/>
<p class="page-footer">
Last modified on Sat Jul 1 21:41:57 2017 UTC.
</p>
</section>
<aside id="sidebar">
<h4 id="latest-news"><a href="/blog/">Latest News</a></h4>
<ul>
<li><a href="/blog/2017/05/02/sourceforge-to-bintray-migration/">GNU ARM Eclipse plug-ins update sites migrated to Bintray</a></li>
<li><a href="/blog/2017/04/25/plugins-v3.4.1-201704251808-released/">GNU ARM Eclipse plug-ins v3.4.1-201704251808 released</a></li>
<li><a href="/blog/2017/04/19/openocd-v0-10-0-20170418-released/">GNU ARM Eclipse OpenOCD v0.10.0-20170418* released</a></li>
<li><a href="/blog/2017/02/25/plugins-v3.3.1-201702251311-released/">GNU ARM Eclipse plug-ins v3.3.1-201702251311 released</a></li>
<li><a href="/blog/2017/01/29/plugins-install-issue/">GNU ARM Eclipse plug-ins: Received fatal alert: handshake_failure</a></li>
</ul>
<hr />
<h4 id="gnu-arm-eclipse-home"><a href="/">GNU ARM Eclipse Home</a></h4>
<h4 id="features"><a href="/plugins/features/">Features</a></h4>
<h4 id="downloads"><a href="/downloads/">Downloads</a></h4>
<ul>
<li><a href="/downloads/">Overview</a></li>
<li><a href="/plugins/download/">Plug-ins</a> (<a href="/developer/releases/">releases</a>)</li>
<li><a href="/windows-build-tools/download/">Windows Build Tools</a> (<a href="/windows-build-tools/releases/">releases</a>)</li>
<li><a href="/qemu/download/">QEMU</a> (<a href="/qemu/releases/">releases</a>)</li>
<li><a href="/openocd/download/">OpenOCD</a> (<a href="/openocd/releases/">releases</a>)</li>
</ul>
<h4 id="install"><a href="/install/">Install</a></h4>
<ul>
<li><a href="/install/">Overview</a></li>
<li><a href="/toolchain/install/">Toolchain(s) install</a></li>
<li><a href="/windows-build-tools/install/">Windows build tools (make & rm) install</a></li>
<li><a href="/debug/install/">Debugging binaries</a>
<ul>
<li><a href="/debug/install/">Overview</a></li>
<li><a href="/debug/jlink/install/">SEGGER J-Link install</a></li>
<li><a href="/openocd/install/">OpenOCD install</a></li>
<li><a href="/qemu/install/">QEMU install</a></li>
</ul>
</li>
<li><a href="/plugins/install/">Eclipse plug-ins install</a></li>
</ul>
<h4 id="important">Important</h4>
<ul>
<li><a href="/install/">Install order</a></li>
<li><a href="/eclipse/workspace/preferences/">Workspace preferences</a></li>
<li><a href="/toolchain/path/">Toolchain path</a></li>
<li><a href="/eclipse/project/portability/">Project portability</a></li>
</ul>
<h4 id="tutorials">Tutorials</h4>
<ul>
<li><a href="/tutorials/blinky-arm/">Create a Blinky ARM test project</a></li>
<li><a href="/tutorials/hello-arm/">Create a Hello ARM test project</a></li>
</ul>
<h4 id="how-to-use">How to use</h4>
<ul>
<li><a href="/plugins/mbs/">The managed build plug-in</a></li>
<li><a href="/plugins/packs-manager/">The packs manager (CMSIS)</a></li>
<li><a href="/eclipse/project/assign-device/">Assign a device</a></li>
</ul>
<h4 id="templates"><a href="/templates/">Templates</a></h4>
<ul>
<li><a href="/templates/">Overview</a></li>
<li><a href="/templates/cortexm/">Cortex-M template</a></li>
<li><a href="/templates/stm32f/">STM32Fxx template</a></li>
<li><a href="/templates/klxx/">Freescale KLxx templates</a></li>
</ul>
<h4 id="debugging"><a href="/debug/">Debugging</a></h4>
<ul>
<li><a href="/debug/">Overview</a></li>
<li><a href="/debug/jlink/">The SEGGER J-Link plug-in</a></li>
<li><a href="/debug/openocd/">The OpenOCD plug-in</a></li>
<li><a href="/debug/qemu/">The QEMU plug-in</a></li>
<li><a href="/debug/peripheral-registers/">The peripheral registers view (CMSIS)</a></li>
</ul>
<h4 id="gnu-arm-qemu-home"><a href="/qemu/">GNU ARM QEMU Home</a></h4>
<ul>
<li><a href="/qemu/">Overview</a> (read me first!)</li>
<li><a href="/qemu/install/">QEMU Install</a></li>
<li><a href="/debug/qemu/">Eclipse plug-in</a></li>
<li><a href="/qemu/options/">Command line options</a></li>
<li><a href="/qemu/build-procedure/">How to build</a></li>
<li><a href="/qemu/publish-procedure/">How to publish</a></li>
<li><a href="/qemu/releases/">Releases</a></li>
<li><a href="https://github.com/gnuarmeclipse/qemu/issues/1/">Support</a> (report issue)</li>
</ul>
<h4 id="gnu-arm-openocd-home"><a href="/openocd/">GNU ARM OpenOCD Home</a></h4>
<ul>
<li><a href="/openocd/">Overview</a> (read me first!)</li>
<li><a href="/openocd/install/">OpenOCD Install</a></li>
<li><a href="/debug/openocd/">The OpenOCD plug-in</a></li>
<li><a href="/openocd/build-procedure/">How to build</a></li>
<li><a href="/openocd/publish-procedure/">How to publish</a></li>
<li><a href="/openocd/releases/">Releases</a></li>
<li><a href="https://github.com/gnuarmeclipse/openocd/issues/1/">Support</a> (report issue)</li>
</ul>
<h4 id="windows-build-tools-home"><a href="/windows-build-tools/">Windows Build Tools Home</a></h4>
<ul>
<li><a href="/windows-build-tools/">Overview</a> (read me first!)</li>
<li><a href="/windows-build-tools/install/">Windows Build Tools Install</a></li>
<li><a href="/windows-build-tools/build-procedure/">How to build</a></li>
<li><a href="/windows-build-tools/publish-procedure/">How to publish</a></li>
<li><a href="/windows-build-tools/releases/">Releases</a></li>
<li><a href="https://github.com/gnuarmeclipse/windows-build-tools/issues/1/">Support</a> (report issue)</li>
</ul>
<h4 id="advanced">Advanced</h4>
<ul>
<li><a href="/advanced/headless-builds/">Headless builds</a></li>
</ul>
<h4 id="support"><a href="/support/">Support</a></h4>
<ul>
<li><a href="/support/">Overview</a></li>
<li><a href="/support/known-issues/">Known issues</a></li>
<li><a href="/support/faq/">FAQ</a></li>
<li><a href="/support/sourceforge/">SourceForge tickets</a></li>
<li><a href="/support/forum/">Forum</a></li>
<li><a href="https://github.com/gnuarmeclipse/plug-ins/issues/1/">Report plug-ins issue</a></li>
</ul>
<h4 id="developer"><a href="/developer/">Developer</a></h4>
<ul>
<li><a href="/developer/">Overview</a></li>
<li><a href="/developer/build-procedure/">How to build</a></li>
<li><a href="/developer/publish-procedure/">How to publish</a></li>
<li><a href="/developer/change-log">Change log</a></li>
<li><a href="/developer/contribute/">Contribute</a></li>
</ul>
<h4 id="hardware">Hardware</h4>
<ul>
<li><a href="/developer/j-link-stm32-boards/">J-Link and STM32 boards</a></li>
</ul>
<h4 id="latest-articles">Latest Articles</h4>
<ul>
<li><a href="/articles/arm-com-2015-12-09/">GNU ARM Eclipse now available from Eclipse Marketplace</a></li>
<li><a href="/articles/arm-com-2015-11/">GNU ARM Eclipse: Cortex-M7 support added</a></li>
<li><a href="/articles/arm-com-2015-09/">GNU ARM Eclipse has a new look and a new home</a></li>
<li><a href="/articles/arm-com-2014-07/">GNU ARM Eclipse: open source tools with (experimental) CMSIS Pack support</a></li>
</ul>
<h4 id="licenses">Licenses</h4>
<ul>
<li><a href="/licenses/plug-ins/">Eclipse plug-ins</a></li>
<li><a href="/licenses/tools/">Tools</a></li>
</ul>
<h4 id="finance">Finance</h4>
<ul>
<li><a href="/finance/sponsorship/">Sponsorship & donations</a></li>
</ul>
<h4 id="about"><a href="/about/">About</a></h4>
<hr />
<p>This site uses the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="NXKFN7DJH8DJ6">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="Pay Pal" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</aside>
</div>
</div>
<div class="inner clearfix">
<div class="site-footer">
<div class="site-footer-links left">
<ul>
<li>© 2017 Liviu Ionescu</li>
<li>Hosted on GitHub Pages</li>
<li><a href="/feed.xml"><img src="/assets/images/feed-20.png" alt="RSS" /></a></li>
<li>
<div class="fb-like" data-href="https://facebook.com/gnumcueclipse/" data-layout="button" data-action="like" data-show-faces="false" data-share="false"></div>
</li>
</ul>
</div>
<a href="http://github.com/gnuarmeclipse" aria-label="Homepage">
<span class="mega-octicon octicon-mark-github" title="GitHub"></span>
</a>
<div class="site-footer-links right">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog/">News</a></li>
<li><a href="/downloads/">Downloads</a></li>
<li><a href="/support/">Support</a></li>
<li><a href="/about/">About</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>