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

xiaoxiao2021-02-28  121

背景

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

解决办法

调节内存空间

修改到合适的值即可

转载请注明原文地址: https://www.6miu.com/read-20155.html

最新回复(0)