1. 程式人生 > >Ubuntu編譯執行bitcoin執行全節點之Error處理

Ubuntu編譯執行bitcoin執行全節點之Error處理

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,

錯誤內容

這裡寫圖片描述

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
Makefile:5506: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [wallet/libbitcoin_wallet_a-wallet.o.o] Error 4
make[2]: Leaving directory '/home/bitcoin/bitcoin/bitcoin-master/src'
Makefile:9256: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/bitcoin/bitcoin/bitcoin-master/src'
Makefile:740: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

解決辦法

增加虛擬機器記憶體空間到1.5G順利進行~