这边在编译 GCC5.2 的时候出现了错误, 应该是内存不足, 但因为是在安卓上编译的(虚拟机), 没办法使用 swap 空间, swapon 的时候提示 function not implemented, 有没有办法可以解决这个问题呢?(目前机子上的可用内存是 400MB 左右)
===================分割线=======================
错误的地方
`
g++ -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -
Wall -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverlo
aded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strin
gs -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgc
c -o build/genattrtab \
build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o bui
ld/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-
md.o build/errors.o ../../build-armv7l-unknown-linux-gnueabihf/libiberty/libiber
ty.a
build/genattrtab ../.././gcc/
common.md ../.././gcc/config/arm/
arm.md insn-condit
ions.md \
-Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c
make[3]: *** [s-attrtab] Killed
make[3]: Leaving directory `/root/source/gcc-5.2.0/host-armv7l-unknown-linux-gnu
eabihf/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/root/source/gcc-5.2.0'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/root/source/gcc-5.2.0'
make: *** [all] Error 2
`
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/235969
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.