Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
I have downloaded the latest release on SVN (617) and it compiles the arm iimage which I can load to the proxmark. It won't compile the client image.
It can't find a reference to sleep in client/cmdhfepa.c:63 undefined reference to sleep when building the object file.
It also complains about a function CmdHFEPACollectPACENonces in line 32 about a conversion type character 'h' and the use of a type '%u' where it expects type 'unsigned int *' is there a file missing from the current repository?
Thanks
Offline
Me too, same thing happens since cmdhfepa.c was modifed in rev 616. (work well with 613)
Offline
Thanks for your contribution oOoOoOo I reverted to 613, and whilst that would compile and run, the client crashes when you try to access the proxmark, has there been a driver change since the 420 summer binary set?
Offline
Add to file ../client/cmdhfepa.c
line 17:
#include "sleep.h"
It have started to compile well on my pc...
Offline
Pages: 1