.. _arm-gcc: ============ GCC on ARM ============ This document provides an introduction to using :command:`arm-none-eabi-gcc`\ , the `CodeSourcery `_ version of the GNU `GCC `_ compilers used to compile programs for the Maple. Stub. .. _arm-gcc-avr-gcc-diff: Differences with AVR-GCC ------------------------ people coming from arduino and other Atmel AVR powered microcontroller platforms are likely to be used to AVR-GCC. our compiler is different. explain why (stub). .. _arm-gcc-attribute-flash: Tips and Tricks --------------- * you can use ``__attribute__`` to stick things in flash (stub)