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 2017-01-24 14:21:07

phiber
Contributor
Registered: 2016-10-11
Posts: 37

Compilation error in latest iceman fork

Hi Iceman,

i tried to compile the latest pull and it gives this error at the end:

mifareutil.c: In function 'mifare_ultra_auth':
mifareutil.c:280:2: error: implicit declaration of function 'tdes_2key_dec' [-Werror=implicit-function-declaration]
  tdes_2key_dec(random_b, enc_random_b, sizeof(random_b), key, IV );
  ^
mifareutil.c:300:2: error: implicit declaration of function 'tdes_2key_enc' [-Werror=implicit-function-declaration]
  tdes_2key_enc(rnd_ab, rnd_ab, sizeof(rnd_ab), key, enc_random_b);
  ^
cc1.exe: all warnings being treated as errors
make[1]: *** [obj/mifareutil.o] Error 1
make[1]: Leaving directory `/home/user/proxmark3/armsrc'
make: *** [armsrc/all] Error 2

Offline

#2 2017-01-24 14:28:36

phiber
Contributor
Registered: 2016-10-11
Posts: 37

Re: Compilation error in latest iceman fork

seems like it's listed here:

https://github.com/iceman1001/proxmark3/issues/71

will wait for fix, thanks!

Last edited by phiber (2017-01-24 14:34:29)

Offline

#3 2017-01-24 16:28:52

iceman
Administrator
Registered: 2013-04-25
Posts: 9,506
Website

Re: Compilation error in latest iceman fork

indeed,  there is already an issue open

Offline

#4 2017-01-25 01:28:15

iceman
Administrator
Registered: 2013-04-25
Posts: 9,506
Website

Re: Compilation error in latest iceman fork

I think with the latest commits it should compile again.

Offline

Board footer

Powered by FluxBB