This is an old revision of the document!
Table of Contents
OpenCM3
OpenCM3 is a firmware library for embedded ARM CPUs.
This firmware library can be used with this compiler.
Install
mkdir /embedded/arm-cortex/src cd /embedded/arm-cortex/src git clone git://github.com/libopencm3/libopencm3.git cd libopencm3 make PREFIX=/embedded/arm-cortex/gcc-arm-none-eabi-4_9-2014q4/bin/arm-none-eabi make install DESTDIR=/embedded PREFIX=arm-cortex
Examples
mkdir /embedded/arm-cortex/src cd /embedded/arm-cortex/src git clone https://github.com/libopencm3/libopencm3-examples.git cd libopencm3-examples git submodule init git submodule update make PREFIX=/embedded/arm-cortex/gcc-arm-none-eabi-4_9-2014q4/bin/arm-none-eabi make install DESTDIR=/embedded PREFIX=arm-cortex