From: izsh@fail0verflow.com Date: Fri, 26 Feb 2010 13:49:49 +0000 (+0000) Subject: COMPILING.txt: Request for the arm crosscompiler to be in the PATH X-Git-Tag: v1.0.0~317 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/e0c67c7f454e657a0ff0423cd70936feeebd8a48?ds=sidebyside COMPILING.txt: Request for the arm crosscompiler to be in the PATH --- diff --git a/COMPILING.txt b/COMPILING.txt index 21782e2f..0d228c43 100644 --- a/COMPILING.txt +++ b/COMPILING.txt @@ -50,6 +50,8 @@ You only need devkitARM, nothing more (no extra lib or anything else) Assuming you installed it to C:\devkitpro, make sure you set the DEVKITARM environment variable to /c/devkitPro/devkitARM : export DEVKITARM=/c/devkitPro/devkitARM +Also, add its bin to your PATH: +export PATH=$PATH:$DEVKITARM/bin 6 - Install Strawberry Perl [6]