-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
443 lines (325 loc) · 16.9 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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!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="Eclipse Embedded CDT" href="/feed.xml" />
<title>GNU MCU → Eclipse Embedded CDT!</title>
<meta name="description" content="A family of Eclipse CDT extensions and tools for GNU Arm & RISC-V development">
<meta property="og:title" content="GNU MCU → Eclipse Embedded CDT!" />
<meta property="og:site_name" content="Eclipse Embedded CDT" />
<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="1; url=https://eclipse-embed-cdt.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?201901210928" media="screen">
<link rel="stylesheet" type="text/css" href="/stylesheets/print.css?201901210928" 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="https://www.eclipse.org/embed-cdt/">Eclipse Embedded CDT</a></h1>
<h2>A family of Eclipse CDT extensions and tools for GNU Arm & RISC-V development</h2>
<div id="buttons">
<a href="http://github.com/eclipse-embed-cdt" 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">GNU MCU → Eclipse Embedded CDT!</h1>
<blockquote>
<p>In 2020, the GNU MCU/ARM Eclipse project was migrated to the Eclipse Foundation as
<a href="https://projects.eclipse.org/projects/iot.embed-cdt">Eclipse Embedded CDT (C/C++ Development Tools)</a>;
starting with <strong>v5.1.1</strong>, all future
<a href="https://projects.eclipse.org/projects/iot.embed-cdt/governance">releases</a>
will be available from the Eclipse Foundation.</p>
</blockquote>
<p><strong>Eclipse Embedded CDT</strong> is an open source project that includes a family
of Eclipse plug-ins and tools for multi-platform embedded ARM and RISC-V
development, based on GNU toolchains. This project is hosted on
<a href="https://github.com/gnu-mcu-eclipse">GitHub</a>. The former project was
hosted on <a href="https://github.com/gnuarmeclipse">GitHub</a> and
<a href="http://sourceforge.net/projects/gnuarmeclipse/">SourceForge</a>.</p>
<h2 id="risc-v">RISC-V</h2>
<p><img src="/assets/images/2017/riscv-64x64.png" alt="RISC-V logo" class="right-align-image">
Starting with Eclipse plug-ins v4.x, the project
was enhanced with support for <a href="https://riscv.org">RISC-V</a> devices, thus
the new <strong>MCU</strong> name, more appropriate for a multi-platform project. For
more details, see the <a href="/arch/riscv/">RISC-V Corner</a> and
<a href="https://xpack.github.io/riscv-none-embed-gcc/">xPack GNU RISC-V Embedded GCC</a>
page.</p>
<h2 id="the-eclipse-embedded-cdt-plug-ins">The Eclipse Embedded CDT plug-ins</h2>
<p><img src="/assets/images/2017/gme-64.png" alt="GME logo" class="right-align-image">These plug-ins provide Eclipse CDT (C/C++ Development Tooling) extensions for GNU embedded toolchains like <a href="https://developer.arm.com/open-source/gnu-toolchain/gnu-arm-embedded-toolchain">GNU Tools for ARM Embedded Processors</a>, <strong>Linaro</strong>, <a href="https://xpack.github.io/riscv-none-embed-gcc/">xPack GNU RISC-V Embedded GCC</a>, etc.</p>
<p>In short, the Eclipse Embedded CDT plug-ins allow to create, build, debug and in general to <strong>manage ARM & RISC-V projects</strong> (executables and static/shared libraries, in both 32 and 64-bit versions) with the Eclipse framework (currently tested up to Eclipse 4.10 2018-12). The plug-ins run on Windows, macOS and GNU/Linux. For more details please visit the <a href="/plugins/features/">Features</a> page.</p>
<p><img src="/assets/images/2017/intro-new-riscv-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 is accompanied by several other tools, distributed as separate packages.</p>
<ul>
<li>
<p><strong>xPack Windows Build Tools</strong></p>
<p>The <a href="https://xpack.github.io/windows-build-tools/"><strong>xPack Windows Build Tools</strong></a>
project includes the additional tools required to perform builds on Windows
(<strong>make</strong> & <strong>rm</strong>).</p>
</li>
<li>
<p><strong>xPack GNU Arm Embedded GCC</strong></p>
<p>The <a href="https://xpack.github.io/arm-none-eabi-gcc/"><strong>xPack GNU Arm Embedded GCC</strong></a>
project is an alternate binary distribution that complements the official
<a href="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm">GNU Arm Embedded Toolchain</a> maintained by Arm. Binaries for Windows, macOS and GNU/Linux are available.</p>
</li>
<li>
<p><strong>xPack GNU RISC-V Embedded GCC</strong></p>
<p>The <a href="https://xpack.github.io/riscv-none-embed-gcc/"><strong>xPack GNU RISC-V Embedded GCC</strong></a>
project is a new distribution of the bare metal version of
<a href="https://github.com/riscv/riscv-gcc">RISC-V GCC</a>, maintained by
<a href="https://www.sifive.com">SiFive</a>. Binaries for Windows, macOS and GNU/Linux
are available.</p>
</li>
<li>
<p><strong>xPack OpenOCD</strong></p>
<p>The <a href="https://xpack.github.io/openocd/"><strong>xPack OpenOCD</strong></a> project is a
new distribution of <a href="http://openocd.org/">OpenOCD</a>, customised for a
better/more convenient integration with the <strong>OpenOCD Debugging</strong> plug-in.
Binaries for Windows, macOS and GNU/Linux are available.</p>
</li>
<li>
<p><strong>xPack QEMU Arm</strong></p>
<p>The <a href="https://xpack.github.io/qemu-arm/"><strong>xPack QEMU Arm</strong></a> project 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 MCU Eclipse.
Binaries for Windows, macOS and GNU/Linux 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>Eclipse Embedded CDT</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 donating; any contribution, small or
generous, will be highly appreciated;</li>
<li>
<strong>star</strong> the project using the
[GitHub Stars]https://github.com/eclipse-embed-cdt/eclipse-plugins/stargazers);</li>
<li>
<strong>follow</strong> the project on <a href="https://twitter.com/gnu_mcu_eclipse">Twitter</a>, to
get notifications on new releases;</li>
</ul>
<p>Thank you,</p>
<p>Liviu Ionescu</p>
<hr class="page-footer">
<p class="page-footer">
Last modified on Mon Oct 12 08:58:23 2020 UTC.
</p>
</section>
<aside id="sidebar">
<h4 id="latest-news"><a href="/blog/">Latest News</a></h4>
<ul>
<li><a href="/blog/2020/07/28/plugins-v5.1.1-202007271621-released/">Eclipse Embedded CDT plug-ins v5.1.1-202007271621 released</a></li>
<li><a href="/blog/2020/01/27/plugins-v4.7.2-202001271244-released/">GNU MCU Eclipse plug-ins v4.7.2-202001271244 released</a></li>
<li><a href="/blog/2019/11/06/plugins-v4.7.1-201911052135-released/">GNU MCU Eclipse plug-ins v4.7.1-201911052135 released</a></li>
<li><a href="/blog/2019/09/25/new-forums/">The GNU MCU Eclipse project has new forums</a></li>
<li><a href="/blog/2019/09/23/plugins-v4.6.1-201909231407-released/">GNU MCU Eclipse plug-ins v4.6.1-201909231407 released</a></li>
</ul>
<hr>
<h4 id="gnu-mcu-eclipse-home"><a href="/">GNU MCU 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/">xPack QEMU Arm</a> (<a href="https://xpack.github.io/qemu-arm/releases/">releases</a>)</li>
<li>
<a href="/openocd/download/">xPack OpenOCD</a> (<a href="https://xpack.github.io/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/arm/install/">Arm Toolchain(s) install</a></li>
<li><a href="/toolchain/riscv/install/">RISC-V 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="https://xpack.github.io/openocd/install/">xPack OpenOCD install</a></li>
<li><a href="https://xpack.github.io/qemu-arm/install/">xPack QEMU Arm 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="xpack-dev-tools">xPack Dev tools</h4>
<ul>
<li><a href="https://xpack.github.io/arm-none-eabi-gcc/">xPack GNU Arm Embedded GCC</a></li>
<li><a href="https://xpack.github.io/riscv-none-embed-gcc/">xPack GNU RISC-V Embedded GCC</a></li>
<li><a href="https://xpack.github.io/qemu-arm/">xPack QEMU Arm</a></li>
<li><a href="https://xpack.github.io/openocd/">xPack OpenOCD</a></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/xpack-dev-tools/windows-build-tools-xpack/discussions">Support</a> (discuss)</li>
</ul>
<h4 id="the-risc-v-corner"><a href="/arch/riscv/">The RISC-V corner</a></h4>
<ul>
<li><a href="/arch/riscv/">Overview</a></li>
<li><a href="/arch/riscv/arty-reflash/">Flashing the Arty boards</a></li>
<li><a href="/arch/riscv/ftdi-jtag-drivers/">FTDI JTAG drivers</a></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/gnu-mcu-eclipse/eclipse-plugins/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>© 2020 Liviu Ionescu</li>
<li><a href="/feed.xml"><img src="/assets/images/feed-20.png" alt="RSS"></a></li>
<li>
<a href="http://twitter.com/gnu_mcu_eclipse" class="twitter-follow-button" data-show-count="false">Follow @gnu_mcu_eclipse</a><script async="" src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</li>
</ul>
</div>
<a href="http://github.com/eclipse-embed-cdt" 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>