Grabbed the latest bits from SVN (, tried to build with MinGW. I get a cc1plus.exe out of memory error while trying to "make ENABLE_OPTIMIZED=1" on the X86CodeEmitter. I can get a full stack trace if necessary, but has anybody else run into this problem? Only seems to happen with the Release build-I got a full Debug build to work fine. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing <http://www.tedneward.com> http://www.tedneward.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090829/0954f559/attachment.html>
Hello, Ted> Grabbed the latest bits from SVN (, tried to build with MinGW. I get a > cc1plus.exe out of memory error while trying to “make ENABLE_OPTIMIZED=1” on > the X86CodeEmitter. I can get a full stack trace if necessary, but has > anybody else run into this problem? Only seems to happen with the Release > build—I got a full Debug build to work fine.Dunno for top of the tree, but prerelease sources were miscompiled by mingw32 gcc 3.4.5. The only solution that worked was to switch to mingw32 gcc 4.4.0 -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
"miscompiled"? Meaning they built but won't run (or won't run correctly)? Or won't even compile? (Meanwhile, downloading gcc 4.4.0.) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com> -----Original Message----- > From: Anton Korobeynikov [mailto:anton at korobeynikov.info] > Sent: Saturday, August 29, 2009 1:19 AM > To: Ted Neward > Cc: LLVM Developers Mailing List > Subject: Re: [LLVMdev] Build problems with MinGW > > Hello, Ted > > > Grabbed the latest bits from SVN (, tried to build with MinGW. I get > a > > cc1plus.exe out of memory error while trying to “make > ENABLE_OPTIMIZED=1” on > > the X86CodeEmitter. I can get a full stack trace if necessary, but > has > > anybody else run into this problem? Only seems to happen with the > Release > > build—I got a full Debug build to work fine. > Dunno for top of the tree, but prerelease sources were miscompiled by > mingw32 gcc 3.4.5. The only solution that worked was to switch to > mingw32 gcc 4.4.0 > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University