From: Uwe Hermann Date: Thu, 2 Sep 2010 23:58:47 +0000 (+0200) Subject: Document build dependencies in the script. X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=80dca85c76e3fa5cb9785ece3674b373640f5025 Document build dependencies in the script. --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 892c687..6a00c12 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -2,6 +2,13 @@ # Written by Uwe Hermann , released as public domain. # Modified by Piotr Esden-Tempski , released as public domain. +# +# Requirements (example is for Debian, replace package names as needed): +# +# apt-get install flex bison libgmp3-dev libmpfr-dev libncurses5-dev \ +# libmpc-dev autoconf texinfo build-essential +# + TARGET=arm-none-eabi # Or: TARGET=arm-elf PREFIX=${HOME}/arm-none-eabi # Install location of your final toolchain PARALLEL="" # Or: PARALLEL="-j 5" for 4 CPUs