FreeCalypso > hg > fc-selenite
comparison doc/Toolchain-setup-gcc @ 109:a68c6c7942d7
doc: basic build documentation written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 24 Jul 2018 23:55:24 +0000 |
parents | |
children | cdbe920fd725 |
comparison
equal
deleted
inserted
replaced
108:af6b7fcf7823 | 109:a68c6c7942d7 |
---|---|
1 Building and installing the ARM7 toolchain | |
2 ========================================== | |
3 | |
4 Before you can compile FC Selenite with gcc, you first need to build and | |
5 install the necessary toolchain targeting ARM7, the CPU core in the Calypso. | |
6 The current "official" GNU ARM toolchain for FreeCalypso consists of | |
7 binutils-2.21.1, gcc-4.5.4 and newlib-2.0.0 with a specific set of patches and | |
8 build configuration options. All of the necessary bits can be downloaded here: | |
9 | |
10 ftp://ftp.freecalypso.org/pub/GSM/FreeCalypso/toolchain/ | |
11 | |
12 Please note: the toolchain that is prescribed for FreeCalypso as above is | |
13 *believed* to be equivalent to the one that was once used by OsmocomBB, but | |
14 there are no guarantees. Use any other toolchain at your own risk. | |
15 | |
16 There is also a prebuilt toolchain put together by FreeCalypso community | |
17 contributor Das Signal: | |
18 | |
19 https://www.freecalypso.org/members/ds/fc-gnu-arm-i386.tgz | |
20 https://www.freecalypso.org/members/ds/fc-gnu-arm-x86_64.tgz |