mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-31 12:00:10 -07:00
COMPILING.txt: Request for the arm crosscompiler to be in the PATH
This commit is contained in:
parent
a63deed172
commit
e0c67c7f45
1 changed files with 2 additions and 0 deletions
|
@ -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
|
Assuming you installed it to C:\devkitpro, make sure you set
|
||||||
the DEVKITARM environment variable to /c/devkitPro/devkitARM :
|
the DEVKITARM environment variable to /c/devkitPro/devkitARM :
|
||||||
export DEVKITARM=/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]
|
6 - Install Strawberry Perl [6]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue