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-03-22 14:13:09

repreentative
Contributor
Registered: 2017-03-22
Posts: 19

PI3 RUN Proxmark3 something wrong

at the make

error:conflicting types for'crypto1_create'
struct Crypto1State *crypto1_create(uint64_t key)


In file included from ../common/crapto1/crypto1.c:20:0:
../common/crapto1/crapto1.h:29:6: note: previous declaration of ‘crypto1_create’ was here
void crypto1_create(struct Crypto1State *s, uint64_t key);
      ^~~~~~~~~~~~~~
Makefile:157: recipe for target 'obj/crapto1/crypto1.o' failed
make[1]: *** [obj/crapto1/crypto1.o] Error 1
make[1]: Leaving directory '/root/proxmark3/client'
Makefile:12: recipe for target 'client/all' failed
make: *** [client/all] Error 2


how to solve. can someone give me some advice ?
and who can gie me some Tutorial about PI3 RUN Proxmark3?
thank you very much .

Offline

#2 2017-03-22 16:25:43

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

Re: PI3 RUN Proxmark3 something wrong

I deleted your double thread.

Looks like @piwi 's moving of crypto1/crapto code has some issues. There has been some commits more on github.  Are you sure you pulled the latest and make clean && make all ?

Offline

#3 2017-03-23 04:33:37

repreentative
Contributor
Registered: 2017-03-22
Posts: 19

Re: PI3 RUN Proxmark3 something wrong

I am sure I use the latest, the order like git clone https://github.com/Proxmark/proxmark3.git
and the system at PI 3 I use the kali rolling 2.1.2.
I HAVE success run Proxmark at kali 2.0. but I try so many times can not run Proxmark at PI3's kali.
sorry my english is poor .

Offline

#4 2017-03-23 07:18:38

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: PI3 RUN Proxmark3 something wrong

Fixed the issue with compiling crapto1.c in master.

Let me know if there are more issues on RasPi. This is not the most common platform. smile

Offline

#5 2017-03-23 08:11:51

repreentative
Contributor
Registered: 2017-03-22
Posts: 19

Re: PI3 RUN Proxmark3 something wrong

e, It is just I have a Raspi,so I am thinking if I can connect Rsspi and Proxmark3, and add a Battery module...
so I can make a machine that can copy M1 card at anytime, anywhere.

so ,can you tell me how to fixed  the issue with compiling crapto1.c in master? or what the problem  exactlly.
After all, not everyone is proficient with C#.

Thank you very much if you can help me this problem .

Offline

#6 2017-03-23 08:18:34

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

Re: PI3 RUN Proxmark3 something wrong

Don't think its the PI3 hardware thats spooking, its more the Kali pie-distro. We have had compilation problems on Kali before.
Try reading the commit log for details regarding the changes done in each commit. Even if its not mandatory, we try to keep it to a certain level.  ref:https://github.com/Proxmark/proxmark3/commits/master

No,  PM3 source code is mainly in C with some lua and perl on the side.  No C# at all.

Offline

#7 2017-03-23 08:35:26

repreentative
Contributor
Registered: 2017-03-22
Posts: 19

Re: PI3 RUN Proxmark3 something wrong

ohhhhhhhh.....Thank you very much .I am going to one more try .feel I am a child at git hub .




iceman wrote:

Don't think its the PI3 hardware thats spooking, its more the Kali pie-distro. We have had compilation problems on Kali before.
Try reading the commit log for details regarding the changes done in each commit. Even if its not mandatory, we try to keep it to a certain level.  ref:https://github.com/Proxmark/proxmark3/commits/master

No,  PM3 source code is mainly in C with some lua and perl on the side.  No C# at all.

Offline

#8 2017-03-23 09:01:16

repreentative
Contributor
Registered: 2017-03-22
Posts: 19

Re: PI3 RUN Proxmark3 something wrong

hahaha, The problem is solved, Proxmark3 is running well at Paspi3.
thank you @iceman,@piwi two enthusiastic predecessors are willing to help.
thank you very much.

Offline

Board footer

Powered by FluxBB