Could anyone please help with the following error? I'm building on a fresh AWS instance of Ubuntu 14.04, following the Hot to on boolberry.com. Final part, make -j and I get the following:
Building CXX object src/CMakeFiles/currency_core.dir/currency_core/miner.cpp.o
Linking C static library libminiupnpc.a
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
[ 47%] virtual memory exhaustedvirtual memory exhaustedvirtual memory exhausted:: CCannot allocate memoryannot allocate memory
: Cannot allocate memory
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[3]: make[3]: *** [src/CMakeFiles/common.dir/common/util.cpp.o] Error 4*** [src/CMakeFiles/currency_core.dir/currency_core/miner.cpp.o] Error 1
make[3]: make[3]: *** Waiting for unfinished jobs....*** Waiting for unfinished jobs....
make[3]: *** [src/CMakeFiles/common.dir/common/base58.cpp.o] Error 1
Built target upnpc-static
virtual memory exhausted: Cannot allocate memory
make[3]: *** [src/CMakeFiles/currency_core.dir/currency_core/difficulty.cpp.o] Error 1
virtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhausted: Cannot allocate memory
: Cannot allocate memory
:::: C CCCannot allocate memoryannot allocate memoryannot allocate memory
annot allocate memory
: Cannot allocate memory
: Cannot allocate memory
: Cannot allocate memory
virtual memory exhausted: Cannot allocate memory
make[3]: make[3]: make[3]: *** [src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o] Error 1*** [src/CMakeFiles/rpc.dir/rpc/core_rpc_server.cpp.o] Error 1
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make[3]: *** Waiting for unfinished jobs....make[3]:
*** [src/CMakeFiles/currency_core.dir/currency_core/currency_format_utils.cpp.o] Error 1make[3]:
*** [src/CMakeFiles/common.dir/common/command_line.cpp.o] Error 1
make[3]: make[2]: *** [src/CMakeFiles/rpc.dir/all] Error 2
make[2]: make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
*** [src/CMakeFiles/wallet.dir/wallet/wallet_rpc_server.cpp.o] Error 1*** Waiting for unfinished jobs....
*** [src/CMakeFiles/currency_core.dir/currency_core/currency_core.cpp.o] Error 1
make[3]: make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
*** [src/CMakeFiles/currency_core.dir/currency_core/checkpoints.cpp.o] Error 1
make[3]: make[2]: *** [src/CMakeFiles/wallet.dir/all] Error 2
*** [src/CMakeFiles/currency_core.dir/currency_core/currency_basic_impl.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/common.dir/all] Error 2
make[3]: *** [src/CMakeFiles/currency_core.dir/currency_core/tx_pool.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/crypto.dir/crypto/crypto-ops.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Linking CXX executable crypto-tests
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[3]: *** [src/CMakeFiles/currency_core.dir/currency_core/blockchain_storage.cpp.o] Error 4
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
[ 47%] Built target crypto-tests
Linking CXX static library libgtest.a
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
[ 47%] Built target gtest
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make[2]: *** [src/CMakeFiles/crypto.dir/all] Error 2
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make[2]: *** [src/CMakeFiles/currency_core.dir/all] Error 2
make[2]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make: *** [build-release] Error 2