Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. obj/init.o: In function `AppInit2(boost::thread_group&)':
  2. init.cpp:(.text+0x5c38): undefined reference to `cpu_vec_exts'
  3. obj/init.o: In function `CBlock::ToString[abi:cxx11]() const':
  4. init.cpp:(.text._ZNK6CBlock8ToStringB5cxx11Ev[_ZNK6CBlock8ToStringB5cxx11Ev]+0xf8): undefined reference to `neoscrypt'
  5. obj/main.o: In function `PrintBlockTree()':
  6. main.cpp:(.text+0x1174c): undefined reference to `neoscrypt'
  7. obj/main.o: In function `CBlock::GetPoWHash() const':
  8. main.cpp:(.text._ZNK6CBlock10GetPoWHashEv[_ZNK6CBlock10GetPoWHashEv]+0xdc): undefined reference to `neoscrypt'
  9. obj/txdb-leveldb.o: In function `CDiskBlockIndex::GetBlockHash() const':
  10. txdb-leveldb.cpp:(.text._ZNK15CDiskBlockIndex12GetBlockHashEv[_ZNK15CDiskBlockIndex12GetBlockHashEv]+0x138): undefined reference to `neoscrypt'
  11. obj/rpcblockchain.o: In function `blockToJSON[abi:cxx11](CBlock const&, CBlockIndex const*, bool)':
  12. rpcblockchain.cpp:(.text+0x1038): undefined reference to `neoscrypt'
  13. obj/chainparams.o:chainparams.cpp:(.text._ZN11CMainParamsC2Ev[_ZN11CMainParamsC5Ev]+0x1290): more undefined references to `neoscrypt' follow
  14. obj/neoscrypt.o: In function `neoscrypt_hash_update_sha256':
  15. neoscrypt.c:(.text+0x270): undefined reference to `neoscrypt_copy'
  16. neoscrypt.c:(.text+0x28c): undefined reference to `neoscrypt_copy'
  17. obj/neoscrypt.o: In function `neoscrypt_hash_finish_sha256':
  18. neoscrypt.c:(.text+0x328): undefined reference to `neoscrypt_erase'
  19. neoscrypt.c:(.text+0x344): undefined reference to `neoscrypt_erase'
  20. neoscrypt.c:(.text+0x4b8): undefined reference to `neoscrypt_erase'
  21. obj/neoscrypt.o: In function `blake2s_update':
  22. neoscrypt.c:(.text+0x4fc): undefined reference to `neoscrypt_copy'
  23. neoscrypt.c:(.text+0x524): undefined reference to `neoscrypt_copy'
  24. neoscrypt.c:(.text+0x544): undefined reference to `blake2s_compress'
  25. neoscrypt.c:(.text+0x554): undefined reference to `neoscrypt_copy'
  26. obj/neoscrypt.o: In function `neoscrypt_pbkdf2_sha256':
  27. neoscrypt.c:(.text+0x5c0): undefined reference to `neoscrypt_xor'
  28. neoscrypt.c:(.text+0x764): undefined reference to `neoscrypt_copy'
  29. neoscrypt.c:(.text+0x7fc): undefined reference to `neoscrypt_copy'
  30. neoscrypt.c:(.text+0x8ac): undefined reference to `neoscrypt_xor'
  31. obj/neoscrypt.o: In function `neoscrypt_blake2s':
  32. neoscrypt.c:(.text+0x900): undefined reference to `neoscrypt_erase'
  33. neoscrypt.c:(.text+0x920): undefined reference to `neoscrypt_erase'
  34. neoscrypt.c:(.text+0x930): undefined reference to `neoscrypt_copy'
  35. neoscrypt.c:(.text+0x940): undefined reference to `neoscrypt_xor'
  36. neoscrypt.c:(.text+0x94c): undefined reference to `neoscrypt_erase'
  37. neoscrypt.c:(.text+0x95c): undefined reference to `neoscrypt_copy'
  38. neoscrypt.c:(.text+0x9a0): undefined reference to `blake2s_compress'
  39. neoscrypt.c:(.text+0x9c0): undefined reference to `neoscrypt_copy'
  40. neoscrypt.c:(.text+0x9e4): undefined reference to `neoscrypt_erase'
  41. neoscrypt.c:(.text+0x9ec): undefined reference to `blake2s_compress'
  42. neoscrypt.c:(.text+0x9fc): undefined reference to `neoscrypt_copy'
  43. collect2: error: ld returned 1 exit status
  44. makefile.unix:194: die Regel für Ziel „ignitiond“ scheiterte
  45. make: *** [ignitiond] Fehler 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement