blob: 8435a1f4e4dd23f20d95dcd318cb8a31f27dd17f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
.. _arm-gcc:
============
GCC on ARM
============
This document provides an introduction to using
:command:`arm-none-eabi-gcc`\ , the `CodeSourcery
<http://codesourcery.com>`_ version of the GNU `GCC
<http://gcc.gnu.org/>`_ 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)
|