From: "A. Wik ([email protected]) [via [email protected]]" <[email protected]> Date: Sun, 28 Jan 2024 17:05:17 +0000
On Sun, 28 Jan 2024 at 16:27, Eli Zaretskii ([email protected]) [via [email protected]] <[email protected]> wrote:
I increased the DPMI and XMS memory in the COMMAND .PIF file to 32768
KB, and now I don't get the error message
C:\proj\debug\tmp>gcc linecont.c
[no error message]
But the compiler fails to produce any output files:
What does go32-v2 report _after_ you increased the memory?
C:\proj\debug\tmp>go32-v2
go32/v2 version 2.0 built Oct 18 2015 09:41:08
...
DPMI memory available: 32209 Kb
DPMI swap space available: 0 Kb
Try enlarging it more, I'm not sure 32MB is enough for GCC 9. Don't
forget that gcc.exe is just a driver: it invokes cc1.exe (the
compiler), then the assembler, and then the linker. Each one of those
also needs memory. And GNU tools are designed and implemented
explicitly to require vast amounts of memory.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)