Compiling an App Locally

Download Sourcery G++ Arm Compiler:

http://www.codesourcery.com/sgpp/lite/arm/portal/package6493/public/arm-none-eabi/arm-2010q1-188-arm-none-eabi-i686-pc-linux-gnu.tar.bz2

Extract the file to /some_path and add the bin folder to your path by putting export PATH=$PATH:/some_path/arm-2010q1/bin/ in the ~/.bashrc file. Note that .bashrc is a hidden file and the export path must match the directory where the file was extracted.

In a terminal navigate to /pulse_sdk

cd …/pulse_sdk

Compile the app using make.

make