futurepr0n
10-06-2015, 01:59 AM
I've managed to almost completely compile but ended up getting stuck with a fatal error.
Is this at all common? Is there a way that I can compile with the options that it suggested? I am using the Windows Visual Studio 2015 method of Rebuild Solution. Do I need to provide my PC specs or anything? I'm really not looking to run this so often on this machine - but am trying to set up a development environment for it and get to know the source.
Code:
28> Compiling...
28> DisAsmFrame.cpp
28>c1xx : error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm110' or greater
28>c1xx : fatal error C1076: compiler limit: internal heap limit reached; use /Zm to specify a higher limit
28> Debugger.cpp
28>c1xx : error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm110' or greater
28>c1xx : fatal error C1076: compiler limit: internal heap limit reached; use /Zm to specify a higher limit
28> ConLogFrame.cpp
28>c1xx : error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm110' or greater
28>c1xx : fatal error C1076: compiler limit: internal heap limit reached; use /Zm to specify a higher limit
28> CompilerELF.cpp
28>c1xx : error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm110' or greater
28>c1xx : fatal error C1076: compiler limit: internal heap limit reached; use /Zm to specify a higher limit
28> CgDisasm.cpp
28>c1xx : error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm110' or greater
28>c1xx : fatal error C1076: compiler limit: internal heap limit reached; use /Zm to specify a higher limit
28> AutoPauseManager.cpp
28>c1xx : error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm110' or greater
28>c1xx : fatal error C1076: compiler limit: internal heap limit reached; use /Zm to specify a higher limit
28> XInputPadHandler.cpp
28>c1xx : error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm110' or greater
28>c1xx : fatal error C1076: compiler limit: internal heap limit reached; use /Zm to specify a higher limit
28> PPUProgramCompiler.cpp
28>c1xx : error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm110' or greater
28>c1xx : fatal error C1076: compiler limit: internal heap limit reached; use /Zm to specify a higher limit
28> Generating Code...
========== Rebuild All: 24 succeeded, 3 failed, 1 skipped ==========
Is this at all common? Is there a way that I can compile with the options that it suggested? I am using the Windows Visual Studio 2015 method of Rebuild Solution. Do I need to provide my PC specs or anything? I'm really not looking to run this so often on this machine - but am trying to set up a development environment for it and get to know the source.