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 2014-12-15 19:50:56

hx4u
Contributor
Registered: 2014-12-13
Posts: 15

Error compiling linux client

Hi, proxmark3 client make fails in Linux because of some warnings in crapto1.c whic are converted in errors by -Werror
Waiting for a repo update, to bypass this error without patching sources, remove the -Werror parameter in common/Makefile.common:

#CFLAGS =  -c $(INCLUDE) -Wall -Werror -pedantic -std=c99 $(APP_CFLAGS) -Os
CFLAGS =  -c $(INCLUDE) -Wall -pedantic -std=c99 $(APP_CFLAGS) -Os

Offline

Board footer

Powered by FluxBB