05.12.2016, 16:30, "Shawn Rutledge" <shawn.rutle...@qt.io>: >> On 4 Dec 2016, at 18:17, Jason H <jh...@gmx.com> wrote: >> >> I am trying a naive compile of Qt 5.7.0 (from source tarball) on a Pi zero >> (no cross compile) I've got all the dependencies installed and Jessie is up >> to date. >> I keep running into GCC 4.9 compiler errors. Not that the Qt code is bad, >> but that the compiler bombs out saying it's a bug in GCC. Originally I saw >> it in qsvgcontext.cpp, but after updating and trying to fix it, I get it in >> sax/qxml.cpp. >> >> It doesn't give me a lot of idea on what exactly is wrong. >> >> Anyone have any tips? > > I wouldn’t be surprised if it runs out of memory, but I guess you would see > something about that in the error message. You could run top in another shell > session and see if it gets close to running out.
GCC can print something like internal compiler error: Killed (program cc1plus) in case of OOM, so it can be confused with real ICE by newbie :) > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Regards, Konstantin _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest