X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=hwQcSh4w7FBbGVynsL0ObWwATp32qnPVcbNMxbeNLGo=; b=S0E5CUUPn/D7 LOVVZEr3G/DhRfaZ6NholQLUTMDRHnEVwo1ZQa90LZxbSeZDDEyMHFqd2mctks8KbAaSeBByzWbk5 x+c9ubjEkVz0MYA6CuHFDDqXfsAZlmafiJ+4/RBVyb9aJFJPpblUwQYY9HXu3vWFJO1VAeZqGo9tX IHVEHM1Jxa71c6sKNm8HCDga79IPUPeTOKGYr/81IQ5t9Vyin/SEm7sptyljuUxFUlwxzQis7+v5z Au00g4r9SGALoiGG5mWkKk50SnQdNHlE5qgKW5uLxHQwtoQEi+wkrkJx0b31XK1AvgWyhOsB5MfoL VcchKswsHNcMIApUg8D44g==; Date: Sun, 28 Jan 2024 18:26:29 +0200 Message-Id: <864jex5sqy.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com In-Reply-To: (djgpp AT delorie DOT com) Subject: Re: gcc complains about "no DPMI memory" References: Reply-To: djgpp AT delorie DOT com > From: "A. Wik (awik32 AT gmail DOT com) [via djgpp AT delorie DOT com]" > Date: Sun, 28 Jan 2024 16:14:22 +0000 > > I'm trying to compile a simple program with DJGPP. > > C:\proj\debug\tmp>gcc > gcc.exe: fatal error: no input files > compilation terminated. > > C:\proj\debug\tmp>gcc linecont.c > Load error: no DPMI memory > > C:\proj\debug\tmp>go32-v2 > go32/v2 version 2.0 built Oct 18 2015 09:41:08 > Usage: go32 coff-image [args] > ... > DPMI memory available: 15826 Kb > DPMI swap space available: 0 Kb > > 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?