您的位置:首页 > 运维架构 > Linux

g++: internal compiler error: Killed (program cc1plus)

2017-08-05 11:18 861 查看

背景

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:///usr/share/doc/gcc-6/README.Bugs> for instructions.
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


解决办法

调节内存空间



修改到合适的值即可

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux make bug internal error