Proxmark3 community

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.

Announcement

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.

#1 2012-09-09 09:39:39

scroggyg
Contributor
Registered: 2012-09-07
Posts: 14

Errors compiling R617 client

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

#2 2012-09-09 12:54:31

o0o0o0o
Contributor
From: Germany
Registered: 2011-10-06
Posts: 64

Re: Errors compiling R617 client

Me too, same thing happens since cmdhfepa.c was modifed in rev 616. (work well with 613)

Offline

#3 2012-09-09 14:00:32

scroggyg
Contributor
Registered: 2012-09-07
Posts: 14

Re: Errors compiling R617 client

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

#4 2012-09-20 17:51:59

vivat
Contributor
Registered: 2010-10-26
Posts: 332

Re: Errors compiling R617 client

Add to file ../client/cmdhfepa.c
line 17:
#include "sleep.h"

It have started to compile well on my pc...

Offline

Board footer

Powered by FluxBB