EFM32 Eclipse Toolchain Installation Instructions

From Glacsweb Wiki
Jump to: navigation, search

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.