-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ARM?? Cortex?? M4 Cookbook
By :
What is GNU ARM Eclipse? Well, Eclipse is an open source, integrated-development environment that can be configured for any toolchain. This is achieved, typically, by an extensible system of plug-ins that allows the environment to be customized. Eclipse is written mostly in Java, but plug-ins are available allowing it to be configured for a variety of languages. GNU ARM Eclipse plug-ins provide Eclipse CDT (C/C++ Development Tooling) extensions for GNU ARM toolchains, such as GNU Tools for ARM Embedded Processors, and others such as Linaro (https://www.linaro.org/), YAGARTO (http://www.yagarto.org/), and so on.
To install GNU ARM Eclipse, we need the following components:
The Eclipse IDE: This is the IDE itself, and it can be found at https://www.eclipse.org/
GCC ARM Embedded Toolchain: This is the GNU toolchain, and it an be found at https://launchpad.net/gcc-arm-embedded
Windows Build Tools: These are the tools for make, rm, and so on (native to Linux), and...