This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1- Install the latest Java JDK (http://www.oracle.com/technetwork/pt/java/javase/downloads/index.html); | |
| 2- Download and install Eclipse CDT Neon 3: | |
| 2.1- Go to http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neon3 and download Eclipse Neon 3; | |
| 2.2- Extract the .zip archive to the installation directory; | |
| 2.3- Double click eclipse.exe; | |
| 2.4- Check for update by clicking in Help > Check for updates, do any pending updates and restart eclipse; | |
| 2.5- Go to Help > Install New Software and click in the Add button; | |
| 2.6- Type GNU MCU ECLIPSE in the name field and http://gnu-mcu-eclipse.netlify.com/v4-neon-updates/ as the Location, then click Ok; | |
| 2.7- Install the GNU MCU pluggin; |