aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann2010-12-31 18:29:15 +0100
committerUwe Hermann2010-12-31 18:29:15 +0100
commit1ca65c4058482487ec777162b3f717bbc9f58f3d (patch)
treedfa2d463eac3e465549b163cbcd48b5b75080de8 /README
parent8f251e8a9d46634be4741f7f1aef3d52fb1b7dba (diff)
Add some summon-arm-toolchain hints.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 33fb3d5..a070fc0 100644
--- a/README
+++ b/README
@@ -15,7 +15,6 @@ programming manuals, and application notes. The code is meant to be used
with a GCC toolchain for ARM (arm-elf or arm-none-eabi), flashing of the
code to a microcontroller can be done using the OpenOCD ARM JTAG software.
-
Status and API
--------------
@@ -80,6 +79,11 @@ elsewhere, use the following syntax:
$ DESTDIR=/opt make install
+The recommended location is to install into your toolchain directory, e.g.
+/home/someuser/sat for a toolchain built using the summon-arm-toolchain
+script from https://github.com/esden/summon-arm-toolchain.
+
+ $ DESTDIR=~/sat make install
Coding style and development guidelines
---------------------------------------