Post
Topic
Board Announcements (Altcoins)
Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨MasterNodes🔨| - COIN OF YOUR DREAMS!
by
junghansmega
on 26/11/2017, 23:39:43 UTC
Hi, trying to setup a masternode.
Followed the instructions here:
https://medium.com/@rmarle70/desire-masternode-setup-guide-ubuntu-125b148280ba

When running
Code:
make
(just before starting the client) I get this output:

Code:
desire@myhost:~/Desire$ make
Making all in src
make[1]: Entering directory `/home/desire/Desire/src'
make[2]: Entering directory `/home/desire/Desire/src'
  CXX      crypto/libdesireconsensus_la-hmac_sha512.lo
  CXX      crypto/libdesireconsensus_la-ripemd160.lo
  CXX      crypto/libdesireconsensus_la-sha1.lo
  CXX      crypto/libdesireconsensus_la-sha256.lo
  CXX      crypto/libdesireconsensus_la-sha512.lo
  CXX      libdesireconsensus_la-hash.lo
  CXX      primitives/libdesireconsensus_la-transaction.lo
  CXX      libdesireconsensus_la-pubkey.lo
  CXX      script/libdesireconsensus_la-desireconsensus.lo
  CXX      script/libdesireconsensus_la-interpreter.lo
  CXX      script/libdesireconsensus_la-script.lo
  CXX      libdesireconsensus_la-uint256.lo
  CXX      libdesireconsensus_la-utilstrencodings.lo
make[3]: Entering directory `/home/desire/Desire/src/secp256k1'
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
gcc gen_context.o -o gen_context
./gen_context
  CC       src/libsecp256k1_la-secp256k1.lo
  CCLD     libsecp256k1.la
make[3]: Leaving directory `/home/desire/Desire/src/secp256k1'
  CXXLD    libdesireconsensus.la
  CXX      desired-desired.o
  CXX      libbitcoin_server_a-addrman.o
  CXX      libbitcoin_server_a-addrdb.o
  CXX      libbitcoin_server_a-alert.o
  CXX      libbitcoin_server_a-bloom.o
  CXX      libbitcoin_server_a-chain.o
  CXX      libbitcoin_server_a-checkpoints.o
  CXX      libbitcoin_server_a-httprpc.o
  CXX      libbitcoin_server_a-httpserver.o
  CXX      libbitcoin_server_a-init.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcoin_server_a-init.o] Error 4
make[2]: Leaving directory `/home/desire/Desire/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/desire/Desire/src'
make: *** [all-recursive] Error 1
desire@myhost:~/Desire$

Whet might be the issue here? Huh