The Eclipse Embedded CDT (C/C++ Development Tools, formerly GNU MCU/ARM Eclipse) is an open source project that includes a family of Eclipse plug-ins and tools for multi-platform embedded Arm & RISC-V development, based on GNU toolchains.
Compatibility
Special precautions were taken to preserve compatibility with projects created by pre-6.x plug-ins, such that user projects will continue to be accepted directly for Import, without modifications.
However, due to the way Eclipse manages perspectives and views, by caching some IDs, workspaces created with pre-6.x plug-ins may exhibit several problems when used directly.
To avoid such situations, it is recommended to create a new workspace with the new release and import the projects there.
Additional Details
Eclipse Versions: 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2024-12 (4.34), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6)
Platform Support: Windows, Mac, Linux/GTK
Development Status: Production/Stable
Date Created: Tuesday, November 3, 2015 - 14:04
License: EPL
Date Updated: Tuesday, August 27, 2024 - 03:56
Submitted by: Liviu Ionescu
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2024 | 74/541 | 87 | 4 |
November 2024 | 70/658 | 424 | 27 |
October 2024 | 60/663 | 546 | 19 |
September 2024 | 68/642 | 464 | 26 |
August 2024 | 63/641 | 431 | 40 |
July 2024 | 61/663 | 468 | 27 |
June 2024 | 65/681 | 530 | 33 |
May 2024 | 76/682 | 488 | 31 |
April 2024 | 64/687 | 637 | 27 |
March 2024 | 78/694 | 540 | 33 |
February 2024 | 58/687 | 628 | 28 |
January 2024 | 74/691 | 569 | 44 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 14
Reviews Add new review
GNU MCU eclipse 4.7.2 problems
Submitted by Ferenc Keresztúri on Thu, 04/16/2020 - 09:06
If I install "GNU MCU eclipse 4.7.2" it did not install the GNU ARM C/C++ cross compliler. Is it part of the package?
Thanks,
Re: GNU MCU eclipse 4.7.2 problems
Submitted by Liviu Ionescu on Fri, 04/17/2020 - 09:26
In reply to GNU MCU eclipse 4.7.2 problems by Ferenc Keresztúri
https://gnu-mcu-eclipse.github.io/support/
Re: GNU MCU eclipse 4.7.2 problems
Submitted by Ferenc Keresztúri on Fri, 04/17/2020 - 12:18
In reply to GNU MCU eclipse 4.7.2 problems by Ferenc Keresztúri
It installs the "ilg.gnumcueclipse.managedbuild.cross.arm_2.7.1.202001271244.jar" package, but in the preferences/C/C++/Build/ "Workspace tool path" did not appear (missing).
Profiling the code- RISC V
Submitted by Prashant Joshi on Sat, 08/17/2019 - 00:20
hI,
I am using gnu mcu eclipse. Trying the run the code targeted to RISC V tool chain. I wish to perform the software debugging and profile the code to analyze - cpu cycles, DMA access, cache related issues. Please suggest the proper steps.
Thank you,
Dr. PVJ
Re: Profiling the code- RISC V
Submitted by Liviu Ionescu on Mon, 08/19/2019 - 11:55
In reply to Profiling the code- RISC V by Prashant Joshi
https://gnu-mcu-eclipse.github.io/support/
error installing plugin in ubuntu 18.04
Submitted by Mehdi Molu on Tue, 08/07/2018 - 18:26
I am getting following error "unable to read repository at (gnu-mcu-eclipse url)''
Broken entry
Submitted by Carsten Reckord on Wed, 01/10/2018 - 15:44
The installation data for this entry is broken at the moment. All listed installable units are missing a ".feature" at the end, meaning they can't be found on the update site and therefore installation through the Marketplace Client fails with "The following solutions are not available: GNU MCU Eclipse 4.2.1".
Re: Broken entry
Submitted by Liviu Ionescu on Wed, 01/10/2018 - 16:46
In reply to Broken entry by Carsten Reckord
Thank you Carsten, I nticed that from a certain moment installing from the marketplace failed, but I don't remember doing anything special with my builds. I even registered a bug in bugzilla, but received no answer. Installing directly from the update site works as expected.
Can you be more specific on the missing `.feature` at the end?
The feature projects do have a .feature at the end. And also the feature name, as defined in feature.xml, has a .feature at the end. (https://github.com/gnu-mcu-eclipse/eclipse-plugins/tree/develop/features).
Can you suggest a fix?
Re: Broken entry
Submitted by Liviu Ionescu on Wed, 01/10/2018 - 16:46
In reply to Broken entry by Carsten Reckord
Thank you Carsten, I nticed that from a certain moment installing from the marketplace failed, but I don't remember doing anything special with my builds. I even registered a bug in bugzilla, but received no answer. Installing directly from the update site works as expected.
Can you be more specific on the missing `.feature` at the end?
The feature projects do have a .feature at the end. And also the feature name, as defined in feature.xml, has a .feature at the end. (https://github.com/gnu-mcu-eclipse/eclipse-plugins/tree/develop/features).
Can you suggest a fix?
Re: Broken entry
Submitted by Liviu Ionescu on Wed, 01/10/2018 - 16:54
In reply to Broken entry by Carsten Reckord
I edited the marketplace page and added .feature at the end of each feature id, and now it seems ok.
Thank you for the hint,
Liviu