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.
Hi everyone,
I wanted to set up the software for a proxmark3 easy but using "make clean && make all", leaves me with: Error 1 and 2 (from memset and memcpy). If I run the software and connect to the proxmark3 reading cards seems to work, only problem is I don't get any information which type of card is on the reader. Could this have to do with the problem above?
Changing the Makefile of the bootloader to:
APP_CFLAGS = -fno-builtin-I.
does not change anything
Thank you
Last edited by bretzd (2021-03-29 00:37:24)
Offline
Hi everyone,
getting the updated proxmark repo (2 days ago) from github solved the problem.
Memset and memcpy are errors from gcc10.
Offline