No sector encrypted with the default key has been found, exiting..
I tried to do a lot of things and have been for hours trying to
reinstall but no success. My Linux knowledge is limited also. And nfc-
tools, I can't compile. When I get into "make" I get:
make all-recursive
make[1]: Entering directory `/home/wender/Downloads/nfcutils-0.3.0'
Making all in src
make[2]: Entering directory `/home/wender/Downloads/nfcutils-0.3.0/
src'
CCLD lsnfc
lsnfc.o: In function `mifare_ultralight_identification':
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:82: undefined
reference to `nfc_initiator_select_passive_target'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:83: undefined
reference to `nfc_configure'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:84: undefined
reference to `nfc_initiator_transceive_bytes'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:86: undefined
reference to `nfc_configure'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:87: undefined
reference to `nfc_initiator_deselect_target'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:91: undefined
reference to `nfc_configure'
lsnfc.o: In function `mifare_desfire_identification':
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:120: undefined
reference to `nfc_initiator_select_passive_target'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:121: undefined
reference to `nfc_initiator_transceive_bytes'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:140: undefined
reference to `nfc_initiator_deselect_target'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:126: undefined
reference to `nfc_initiator_transceive_bytes'
lsnfc.o: In function `main':
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:252: undefined
reference to `nfc_list_devices'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:259: undefined
reference to `nfc_connect'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:269: undefined
reference to `nfc_initiator_init'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:272: undefined
reference to `nfc_configure'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:275: undefined
reference to `nfc_configure'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:278: undefined
reference to `nfc_configure'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:286: undefined
reference to `nfc_initiator_list_passive_targets'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:295: undefined
reference to `nfc_initiator_list_passive_targets'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:316: undefined
reference to `nfc_configure'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:318: undefined
reference to `nfc_disconnect'
/home/wender/Downloads/nfcutils-0.3.0/src/lsnfc.c:308: undefined
reference to `nfc_perror'
collect2: ld returned 1 exit status
make[2]: *** [lsnfc] Error 1
make[2]: Leaving directory `/home/wender/Downloads/nfcutils-0.3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wender/Downloads/nfcutils-0.3.0'
make: *** [all] Error 2
I read about change this line LIBS = to LIBS = $(LIBNFC_LIBS) but
nothing happens. Iḿ stuck on this.
What am I doing wrong?
Please help me.