EFM32 Eclipse Toolchain Installation Instructions
From Glacsweb Wiki
Overview
Windows
Currently the easiest way to install the Eclipse Toolchain is to use the Windows Instructions provided in the Application Notes section of the Energy Micro Website: AN0023 Eclipse Toolchain and Download the Files
Linux
To install on Linux:
sudo apt-get install libreadline5 libusb-dev libqtcore4 sudo scp -r <username>@skala:/opt/efm32supportfiles /opt/ sudo scp -r <username>@skala:/opt/CodeSourcery /opt/
If on a 64 bit OS
sudo apt-get install ia32-libs
These files are also available on wsn
or the hard way...
For Linux Installation a few different changes to the Windows section needs to be performed.
- Download the Linux Tools
- Download Eclipse Linux with the CDT
- I would suggest downloading Subclipse aswell
- Download Codesourcery ARM EABI Linux GCC
- Install them all