Advertisement
Guest User

Untitled

a guest
Dec 11th, 2014
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. pi@raspberrypi2 ~/cryptos/Orbitcoin/src $ make -f makefile.unix
  2. /bin/sh ../share/genbuild.sh obj/build.h
  3. g++ -O2 -fomit-frame-pointer -fno-stack-protector -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -I/home/pi/cryptos/Orbitcoin/src -I/home/pi/cryptos/Orbitcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pi/cryptos/Orbitcoin/src/leveldb/include -I/home/pi/cryptos/Orbitcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -o orbitcoind obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/leveldb.o obj/txdb.o obj/init.o obj/irc.o obj/keystore.o obj/miner.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcmining.o obj/rpcwallet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/script.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/noui.o obj/kernel.o obj/neoscrypt.o obj/neoscrypt_asm.o obj/pbkdf2.o obj/scrypt.o obj/scrypt-arm.o obj/scrypt-x86.o obj/scrypt-x86_64.o -Wl,-s -Wl,-Bdynamic -L/usr/local/lib -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread -l rt /home/pi/cryptos/Orbitcoin/src/leveldb/libleveldb.a /home/pi/cryptos/Orbitcoin/src/leveldb/libmemenv.a
  4. obj/init.o: In function `CBlock::print() const':
  5. init.cpp:(.text._ZNK6CBlock5printEv[CBlock::print() const]+0xbc): undefined reference to `neoscrypt'
  6. init.cpp:(.text._ZNK6CBlock5printEv[CBlock::print() const]+0x3b8): undefined reference to `neoscrypt_copy'
  7. init.cpp:(.text._ZNK6CBlock5printEv[CBlock::print() const]+0x3c8): undefined reference to `neoscrypt_copy'
  8. obj/miner.o: In function `CheckStake(CBlock*, CWallet&)':
  9. miner.cpp:(.text+0x2f5c): undefined reference to `neoscrypt'
  10. miner.cpp:(.text+0x3130): undefined reference to `neoscrypt_copy'
  11. miner.cpp:(.text+0x3140): undefined reference to `neoscrypt_copy'
  12. obj/miner.o: In function `CheckWork(CBlock*, CWallet&, CReserveKey&)':
  13. miner.cpp:(.text+0x353c): undefined reference to `neoscrypt'
  14. miner.cpp:(.text+0x37d8): undefined reference to `neoscrypt'
  15. miner.cpp:(.text+0x39c8): undefined reference to `neoscrypt_copy'
  16. miner.cpp:(.text+0x39d8): undefined reference to `neoscrypt_copy'
  17. obj/main.o: In function `CBlock::CheckBlock() const':
  18. main.cpp:(.text+0xd710): undefined reference to `neoscrypt'
  19. obj/main.o: In function `CBlock::GetHash(int) const':
  20. main.cpp:(.text._ZNK6CBlock7GetHashEi[CBlock::GetHash(int) const]+0xb0): undefined reference to `neoscrypt_copy'
  21. main.cpp:(.text._ZNK6CBlock7GetHashEi[CBlock::GetHash(int) const]+0xc0): undefined reference to `neoscrypt_copy'
  22. main.cpp:(.text._ZNK6CBlock7GetHashEi[CBlock::GetHash(int) const]+0x14c): undefined reference to `neoscrypt'
  23. obj/rpcblockchain.o: In function `blockToJSON(CBlock const&, CBlockIndex const*, bool)':
  24. rpcblockchain.cpp:(.text+0xe68): undefined reference to `neoscrypt'
  25. rpcblockchain.cpp:(.text+0x1c1c): undefined reference to `neoscrypt'
  26. rpcblockchain.cpp:(.text+0x3434): undefined reference to `neoscrypt_copy'
  27. rpcblockchain.cpp:(.text+0x3448): undefined reference to `neoscrypt_copy'
  28. obj/kernel.o: In function `CheckStakeKernelHash(unsigned int, CBlock const&, unsigned int, CTransaction const&, COutPoint const&, unsigned int, uint256&, uint256&, bool&, bool, bool)':
  29. kernel.cpp:(.text+0x884): undefined reference to `neoscrypt_copy'
  30. kernel.cpp:(.text+0x894): undefined reference to `neoscrypt_copy'
  31. kernel.cpp:(.text+0x10b0): undefined reference to `neoscrypt'
  32. obj/txdb.o: In function `CBlockTreeDB::LoadBlockIndexGuts()':
  33. txdb.cpp:(.text+0x1180): undefined reference to `neoscrypt_copy'
  34. txdb.cpp:(.text+0x1190): undefined reference to `neoscrypt_copy'
  35. txdb.cpp:(.text+0x1648): undefined reference to `neoscrypt'
  36. obj/txdb.o: In function `CDiskBlockIndex::GetBlockHash() const':
  37. txdb.cpp:(.text._ZNK15CDiskBlockIndex12GetBlockHashEv[CDiskBlockIndex::GetBlockHash() const]+0x228): undefined reference to `neoscrypt'
  38. txdb.cpp:(.text._ZNK15CDiskBlockIndex12GetBlockHashEv[CDiskBlockIndex::GetBlockHash() const]+0x340): undefined reference to `neoscrypt_copy'
  39. txdb.cpp:(.text._ZNK15CDiskBlockIndex12GetBlockHashEv[CDiskBlockIndex::GetBlockHash() const]+0x350): undefined reference to `neoscrypt_copy'
  40. obj/neoscrypt.o: In function `blake2s_update':
  41. neoscrypt.c:(.text+0x20a0): undefined reference to `neoscrypt_copy'
  42. neoscrypt.c:(.text+0x20d0): undefined reference to `neoscrypt_copy'
  43. neoscrypt.c:(.text+0x2100): undefined reference to `neoscrypt_copy'
  44. obj/neoscrypt.o: In function `neoscrypt_blake2s':
  45. neoscrypt.c:(.text+0x26e8): undefined reference to `neoscrypt_erase'
  46. neoscrypt.c:(.text+0x2708): undefined reference to `neoscrypt_erase'
  47. neoscrypt.c:(.text+0x2718): undefined reference to `neoscrypt_copy'
  48. neoscrypt.c:(.text+0x2728): undefined reference to `neoscrypt_xor'
  49. neoscrypt.c:(.text+0x2734): undefined reference to `neoscrypt_erase'
  50. neoscrypt.c:(.text+0x2744): undefined reference to `neoscrypt_copy'
  51. neoscrypt.c:(.text+0x27a0): undefined reference to `neoscrypt_copy'
  52. neoscrypt.c:(.text+0x27cc): undefined reference to `neoscrypt_erase'
  53. neoscrypt.c:(.text+0x27e4): undefined reference to `neoscrypt_copy'
  54. obj/neoscrypt.o: In function `neoscrypt_fastkdf':
  55. neoscrypt.c:(.text+0x2870): undefined reference to `neoscrypt_copy'
  56. neoscrypt.c:(.text+0x28a8): undefined reference to `neoscrypt_copy'
  57. neoscrypt.c:(.text+0x28d8): undefined reference to `neoscrypt_copy'
  58. neoscrypt.c:(.text+0x290c): undefined reference to `neoscrypt_copy'
  59. neoscrypt.c:(.text+0x29a4): undefined reference to `neoscrypt_xor'
  60. neoscrypt.c:(.text+0x29c4): undefined reference to `neoscrypt_copy'
  61. neoscrypt.c:(.text+0x2a08): undefined reference to `neoscrypt_xor'
  62. neoscrypt.c:(.text+0x2a20): undefined reference to `neoscrypt_xor'
  63. neoscrypt.c:(.text+0x2a30): undefined reference to `neoscrypt_copy'
  64. neoscrypt.c:(.text+0x2a44): undefined reference to `neoscrypt_copy'
  65. neoscrypt.c:(.text+0x2a5c): undefined reference to `neoscrypt_copy'
  66. neoscrypt.c:(.text+0x2a68): undefined reference to `neoscrypt_xor'
  67. neoscrypt.c:(.text+0x2a78): undefined reference to `neoscrypt_copy'
  68. neoscrypt.c:(.text+0x2a90): undefined reference to `neoscrypt_copy'
  69. neoscrypt.c:(.text+0x2aac): undefined reference to `neoscrypt_copy'
  70. collect2: ld returned 1 exit status
  71. makefile.unix:151: recipe for target 'orbitcoind' failed
  72. make: *** [orbitcoind] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement