Comment 1 for bug 798258

Revision history for this message
Peter Maydell (pmaydell) wrote :

This is a gcc bug (fixed in newer versions of gcc), which causes it to use much more memory than it should do when compiling certain files. You can work around it by configuring with
 ./configure --extra-cflags=-fno-var-tracking
(this will result in worse debugging information, but if you want to debug qemu then you should probably not be building with optimisation anyway).