加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

c++:internalcompilererror:Killed(programcc1plus)

(2019-07-21 10:34:12)
标签:

ccompile

linux

分类: 技术
问题:
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.

解决办法:
[root@VM_0_13_centos build]# dd if=/dev/zero of=/swapfile bs=64M count=16
16+0 records in
16+0 records out
1073741824 bytes (1.1 GB) copied, 8.78111 s, 122 MB/s
[root@VM_0_13_centos build]# mkswap /swapfile
Setting up swapspace version 1, size = 1048572 KiB
no label, UUID=562aa446-be9d-4d91-8afb-b711e22820a8
[root@VM_0_13_centos build]# swapon /swapfile
swapon: /swapfile: insecure permissions 0644, 0600 suggested.
[root@VM_0_13_centos build]#

编译完成之后:
sudo swapoff /swapfile
sudo rm /swapfile

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有