Closed GoogleCodeExporter closed 9 years ago
From the error messages "arm-none-eabi-gcc: Command not found" it seems clear
to me that you either have no cross-compiler set up, or if you do, make/sh
cannot find it.
In the first case, you need to set up a cross-compiling environment -- for
Linux, there's tools/install-gnuarm4.sh, but for Windows, I have no idea, how
it's done. For the time being, you could try to compile proxmark under a Linux
virtual machine (at least VirtualBox and VMware supports USB), and forward USB
connections into it.
In the second case, it's usually a matter of setting up the PATH environment
variable properly. Look for the arm-none-eabi-gcc file (on Windows, it should
have an .exe extension too) and add its parent directory to the system path (My
Computer > Properties > Advanced System Settings > Environment Variables > Path
> Edit)
Original comment by dn3...@gmail.com
on 20 Jul 2012 at 9:14
[deleted comment]
Original comment by verdult
on 8 Mar 2013 at 8:43
Original issue reported on code.google.com by
domas.ci...@gmail.com
on 17 Jul 2012 at 5:04