Created
January 11, 2018 09:59
-
-
Save magdesign/05baa05c1b4c20258e42ac4aa0e25abf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make -C client all | |
make[1]: Entering directory '/home/pi/proxmark3/client' | |
Compiling liblua, using platform linux | |
cd ../liblua && make linux | |
make[2]: Entering directory '/home/pi/proxmark3/liblua' | |
make all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline -ltermcap -lncurses" | |
make[3]: Entering directory '/home/pi/proxmark3/liblua' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/pi/proxmark3/liblua' | |
make[2]: Leaving directory '/home/pi/proxmark3/liblua' | |
g++ obj/proxmark3.o obj/uart_posix.o obj/uart_win32.o obj/util.o obj/util_posix.o obj/crapto1/crapto1.o obj/crapto1/crypto1.o obj/polarssl/des.o obj/polarssl/aes.o obj/polarssl/bignum.o obj/polarssl/rsa.o obj/polarssl/sha1.o obj/mfkey.o obj/loclass/cipher.o obj/loclass/cipherutils.o obj/loclass/ikeys.o obj/loclass/elite_crack.o obj/loclass/fileutils.o obj/whereami.o obj/mifarehost.o obj/parity.o obj/crc.o obj/crc16.o obj/crc64.o obj/iso14443crc.o obj/iso15693tools.o obj/data.o obj/graph.o obj/ui.o obj/cmddata.o obj/lfdemod.o obj/emv/crypto_polarssl.o obj/emv/crypto.o obj/emv/emv_pk.o obj/emv/emv_pki.o obj/emv/emv_pki_priv.o obj/emv/test/cryptotest.o obj/emv/apduinfo.o obj/emv/dump.o obj/emv/tlv.o obj/emv/emv_tags.o obj/emv/dol.o obj/emv/emvcore.o obj/emv/test/crypto_test.o obj/emv/test/sda_test.o obj/emv/test/dda_test.o obj/emv/test/cda_test.o obj/emv/cmdemv.o obj/cmdhf.o obj/cmdhf14a.o obj/cmdhf14b.o obj/cmdhf15.o obj/cmdhfepa.o obj/cmdhflegic.o obj/cmdhficlass.o obj/cmdhfmf.o obj/cmdhfmfu.o obj/cmdhfmfhard.o obj/hardnested/hardnested_bruteforce.o obj/cmdhftopaz.o obj/cmdhw.o obj/cmdlf.o obj/cmdlfawid.o obj/cmdlfcotag.o obj/cmdlfem4x.o obj/cmdlffdx.o obj/cmdlfgproxii.o obj/cmdlfhid.o obj/cmdlfhitag.o obj/cmdlfio.o obj/cmdlfindala.o obj/cmdlfjablotron.o obj/cmdlfnexwatch.o obj/cmdlfnoralsy.o obj/cmdlfparadox.o obj/cmdlfpcf7931.o obj/cmdlfpresco.o obj/cmdlfpyramid.o obj/cmdlfsecurakey.o obj/cmdlft55xx.o obj/cmdlfti.o obj/cmdlfviking.o obj/cmdlfvisa2000.o obj/cmdlfpac.o obj/cmdparser.o obj/cmdmain.o obj/scripting.o obj/cmdscript.o obj/pm3_binlib.o obj/pm3_bitlib.o obj/protocols.o obj/cmdcrc.o obj/reveng/reveng.o obj/reveng/cli.o obj/reveng/bmpbit.o obj/reveng/model.o obj/reveng/poly.o obj/reveng/getopt.o obj/hardnested/hardnested_bf_core.o obj/hardnested/hardnested_bitarray_core.o obj/guidummy.o obj/deflate.o obj/adler32.o obj/trees.o obj/zutil.o obj/inflate.o obj/inffast.o obj/inftrees.o -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread -lm -ltermcap -lncurses ../liblua/liblua.a -ldl -o proxmark3 | |
obj/hardnested/hardnested_bf_core.o: In function `crack_states_bitsliced_dispatch': | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:604: undefined reference to `crack_states_bitsliced_MMX' | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:604: undefined reference to `crack_states_bitsliced_AVX512' | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:604: undefined reference to `crack_states_bitsliced_AVX2' | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:604: undefined reference to `crack_states_bitsliced_AVX' | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:604: undefined reference to `crack_states_bitsliced_SSE2' | |
obj/hardnested/hardnested_bf_core.o: In function `bitslice_test_nonces_dispatch': | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:640: undefined reference to `bitslice_test_nonces_MMX' | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:640: undefined reference to `bitslice_test_nonces_AVX512' | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:640: undefined reference to `bitslice_test_nonces_AVX2' | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:640: undefined reference to `bitslice_test_nonces_AVX' | |
/home/pi/proxmark3/client/hardnested/hardnested_bf_core.c:640: undefined reference to `bitslice_test_nonces_SSE2' | |
collect2: error: ld returned 1 exit status | |
Makefile:235: recipe for target 'proxmark3' failed | |
make[1]: *** [proxmark3] Error 1 | |
make[1]: Leaving directory '/home/pi/proxmark3/client' | |
Makefile:33: recipe for target 'client/all' failed | |
make: *** [client/all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment