I have spent the last week trying to build a full Qt5 on the Pi.
After 48 hours of straight compiling, I get a g++ internal error on the source file SVGAllInOne.cpp
{standard input}: Assembler messages:
{standard input}:177523: Warning: end of file not at end of a line; newline inserted
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make[3]: *** [.obj/release-shared/svg/SVGAllInOne.o] Error 4
make[3]: Leaving directory `/qt5/qtwebkit/Source/WebCore'
make[2]: *** [sub-Target-pri-make_first-ordered] Error 2
make[2]: Leaving directory `/qt5/qtwebkit/Source/WebCore'
make[1]: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
make[1]: Leaving directory `/qt5/qtwebkit'
make: *** [module-qtwebkit-make_first] Error 2
My configure options are: -prefix -nomake tests -nomake examples -no-pch
Edit: Can’t attach the full g++ command line (>6000 characters). I’ll provide it on demand.
↧