我在试着编译纤维。我克隆了Git存储库,遵循了指令,一切都很好,直到它给了我这个错误,我才编译了它。
**arm-buildroot-linux-gnueabihf-g++.br_real:** **fatal error**: killed signal terminated program cc1plus
compilation terminated.
make[4]: *** [Source/WebCore/CMakeFiles/Webcore.dir/build.make:2463: Source/WebCore/CMakeFiles/WebCore.dir/_ _ /_ _/DerivedSources/WebCore/unified-sources/UnifiedSource-3a52ce78-41.cpp.o] Error 1
make[4]: *** waiting for unfinished processes....
make[3]: *** [CMakeFiles/Makefile2:918: Source/WebCore/CMakeFiles/Webcore.dir/all] Error 2
make[2]: *** [Makefile:152: all] Error 2
make[1]: *** [package/pkp-generic.mk:250: /home/matteo/buildroot-4/build/wpewebkit-2.30.3/.stamp_built] Error 2
make: *** [Makefile:84: _all] Error 2发布于 2021-01-22 13:43:39
我想知道构建是否失败了,因为您正在耗尽内存。检查dmesg的输出,以查看进程是否正被内存不足导致的内存不足或分段错误所杀死。尝试的一个解决方案是添加更多的交换。
https://askubuntu.com/questions/1310070
复制相似问题