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.
Pages: 1
hi i got the following error:
felica.c: In function 'HfDumpFelicaLiteS':
felica.c:576:5: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
if (!manch_tbl_fill)
^~
felica.c:579:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
ResetNFCFrame();
^~~~~~~~~~~~~
cc1: all warnings being treated as errors
../common/Makefile.common:88: recipe for target 'obj/felica.o' failed
make[1]: *** [obj/felica.o] Error 1
make[1]: Leaving directory '/home/vince/proxmark/iceman_latest/proxmark3/armsrc'
Makefile:31: recipe for target 'armsrc/all' failed
make: *** [armsrc/all] Error 2
+ sudo make udev
sudo cp -rf driver/77-mm-usb-device-blacklist.rules /etc/udev/rules.d/77-mm-usb-device-blacklist.rules
sudo udevadm control --reload-rules
....etc
maybe anybody could help. (the older version was fine)
Offline
Post a bug report on Iceman's fork in github since it appears you are using his code.
Offline
I just merged a PR from @icarus which should deal with the warnings.
Offline
Pages: 1