From 80dca85c76e3fa5cb9785ece3674b373640f5025 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 3 Sep 2010 01:58:47 +0200 Subject: [PATCH 1/1] Document build dependencies in the script. --- summon-arm-toolchain | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2