gcc 编译出现 internal compiler error: Killed

Posted sea-stream

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gcc 编译出现 internal compiler error: Killed相关的知识,希望对你有一定的参考价值。

系统没有交换分区, 编译过程中内存耗尽, 导致了编译中断 …
解决方式也很简单, 就是增加一个交换分区:
 
 
 
创建分区文件, 大小 2G

dd if=/dev/zero of=/swapfile bs=1k count=2048000

 

生成 swap 文件系统

mkswap /swapfile

 

激活 swap 文件

swapon /swapfile
/swapfile  swap  swap    defaults 0 0

 

 

 

 


以上是关于gcc 编译出现 internal compiler error: Killed的主要内容,如果未能解决你的问题,请参考以下文章

nvidia-tegra tx2 gcc: internal compiler error: Killed (program cc1plus)

Maven Web项目出现org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException错误

已经安装好了gcc 但是为啥还出现Cannot find appropriate C++ compiler on this system

Maven Web项目出现org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException错误

IDEA:Error:java: Compilation failed: internal java compiler error

Java异常Error:java: Compilation failed: internal java compiler error