aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-04-07 12:37:19 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-04-07 12:37:19 +0200
commitfe56d0df14e6f8b00b1bb21bd5627924ccd21f3a (patch)
treebd1f621b6cf18e78a388592ebb9d694a2c8ce478 /docs
parentadf48db1b35e0107526114a6c685977626e12f5c (diff)
firmware: Point to the wiki for links about toolchains.
Diffstat (limited to 'docs')
-rw-r--r--docs/chapters/firmware.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/chapters/firmware.xml b/docs/chapters/firmware.xml
index 542d5be..1cb2504 100644
--- a/docs/chapters/firmware.xml
+++ b/docs/chapters/firmware.xml
@@ -13,6 +13,17 @@
using the Device Firmware Update (DFU) mode.</para>
</section>
+ <section id="getting_a_toolchain">
+ <title>Getting a Toolchain</title>
+ <para>The toolchain needs to include a GCC newer than 3.4
+ and it may not be an EABI toolchain. EABI toolchains fail to properly
+ link the SIMtrace binary. You can easily build a toolchain yourself
+ or use one of the known working pre-built ones. Please see the
+ <ulink url="http://bb.osmocom.org/trac/wiki/toolchain">SIMtrace wiki</ulink>
+ for more information about getting a toolchain.
+ </para>
+ </section>
+
<section id="getting_the_firmware">
<title>Getting and Building the Firmware</title>