diff options
-rw-r--r-- | source/unix-toolchain.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst index 32a380e..fddb529 100644 --- a/source/unix-toolchain.rst +++ b/source/unix-toolchain.rst @@ -98,7 +98,7 @@ in `Python <http://python.org>`_, and requires the `PySerial $ git clone git://github.com/leaflabs/libmaple.git libmaple $ cd libmaple $ wget http://static.leaflabs.com/pub/codesourcery/gcc-arm-none-eabi-latest-linux32.tar.gz - $ tar xvf gcc-arm-none-eabi-latest-linux32.tar.gz + $ tar xvzf gcc-arm-none-eabi-latest-linux32.tar.gz $ export PATH=$PATH:~/libmaple/arm/bin # or wherever these tools ended up This step is fairly straightforward: do a git clone of the `libmaple |