http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54512
Bug #: 54512 Summary: Assembler fails with error "fatal error: can't write ... file too big" Classification: Unclassified Product: gcc Version: 3.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: brad.t...@gmail.com Recently we have added build support for compiling our unit test using gcc on win32. The test compile successfully using Visual Studio, but when we compile using g++ we get an error from the assembler like the following: fatal error: can't write x.obj, file too big We are using the gcc distributed with MinGW. >From some research on the web I have seen the others have had the same issue using more recent versions of GCC.