无法使用gcc进行编译

时间:2016-07-09 18:49:34

标签: c++ gcc

我正在尝试在发生此错误时进行编译。

c++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
CMakeFiles/tfs.dir/build.make:76: recipe for target 'CMakeFiles/tfs.dir/src/otpch.cpp.o' failed
make[2]: *** [CMakeFiles/tfs.dir/src/otpch.cpp.o] Error 4
make[2]: *** Deleting file 'CMakeFiles/tfs.dir/src/otpch.cpp.o'
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/tfs.dir/all' failed
make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

错误4是什么,可能是什么?

0 个答案:

没有答案