Skip to content

Development with GCC and Eclipse

Ricky-Kwon edited this page Jan 15, 2019 · 1 revision

GNU ARM ToolChain

Required to compile ARM architecture.

  • Downlaod & Install

    • GNU ARM ToolChain
      We recommend version 4.8 2014 q1 from the above site. Download the file and install or unzip it.
  • Add environment variables (Optional)

    • 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.

More detail


Build Tool

Use make when compiling and building.
Therefore, you need to install related files.

  • Downlaod & Install

    • Cygwin
      Download the file from the above URL and install it.
      Please install the “Base package” and “Devel package”.
  • Add environment variables

    • Variable value : (Installation directory)\bin;

JAVA JRE

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.

  • Downlaod & Install

    • JAVA JRE
      Download the file and install it.
  • Add environment variables

    • Variable value : (Installation directory)\bin;

Eclipse IDE


GNU ARM Eclipse Plugin

Eclipse requires a plugin to develop ARM.

  • Downlaod & Install

    • 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

More detail