EmuNewz Network
Almost finished compiling, - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163)
+---- Thread: Almost finished compiling, (/showthread.php?tid=172137)



Almost finished compiling, - futurepr0n - 10-06-2015

I've managed to almost completely compile but ended up getting stuck with a fatal error.

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.


RE: Almost finished compiling, - tambre - 10-06-2015

(10-06-2015, 01:59 AM)futurepr0n Wrote: I've managed to almost completely compile but ended up getting stuck with a fatal error.

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.

Just gonna ask you to provide your specs.