-
Notifications
You must be signed in to change notification settings - Fork 5
Development with GCC and Eclipse
Ricky-Kwon edited this page Jan 15, 2019
·
1 revision
- GNU ARM ToolChain : v4.8 2014q1
- Build Tool : Cygwin
- JAVA JRE : version 8
- Eclipse IDE : Eclipse Oxygen CDT
- GNU ARM Eclipse Plugin : Latest releases
Required to compile ARM architecture.
-
-
GNU ARM ToolChain
We recommend version 4.8 2014 q1 from the above site. Download the file and install or unzip it.
-
GNU ARM ToolChain
-
-
Variable value : (Installation directory)\bin;
If you are wondering how to add Paths to your Eclipse project without adding them as system variables, please see here.
-
Use make when compiling and building.
Therefore, you need to install related files.
-
-
Cygwin
Download the file from the above URL and install it.
Please install the “Base package” and “Devel package”.
-
Cygwin
-
Variable value : (Installation directory)\bin;
Install JAVA JRE for Eclipse execution.
You only need the JRE to run, but you can install the JDK because the JDK contains the JRE.
-
-
JAVA JRE
Download the file and install it.
-
JAVA JRE
-
Variable value : (Installation directory)\bin;
-
-
Eclipse IDE for C/C++ Developers
Download the file from the above URL and install or unzip it.
-
Eclipse IDE for C/C++ Developers
Eclipse requires a plugin to develop ARM.
-
- You can download the compressed file or use the repository as shown below.
- Click [Help] - [Install New Software] on the top menu of Eclipse.
- In the pop-up window, click [Add ... ] Button.
- Enter the following in the [Add Repository] popup window.
Name : GNU ARM Eclipse Plug-ins
Location : http://gnuarmeclipse.sourceforge.net/updates
- You can download the compressed file or use the repository as shown below.