背景
make 时遇到因系统内存不足所引发的编译崩溃
错误关键字
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 <
file:
Makefile:
5506: recipe
for target
'libbitcoin_server_a-init.o' failed
make[
2]: *** [libbitcoin_server_a-init.o] Error
4
make[
2]: Leaving
directory '/home/cly/project/bitcoin/bitcoin-master/src'
Makefile:
9256: recipe
for target
'all-recursive' failed
make[
1]: *** [all-recursive] Error
1
make[
1]: Leaving
directory '/home/cly/project/bitcoin/bitcoin-master/src'
Makefile:
740: recipe
for target
'all-recursive' failed
make: *** [all-recursive] Error
1
解决办法
调节内存空间
修改到合适的值即可