Date: Thu, 30 Sep 1999 16:01:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Chris Ho-Stuart cc: djgpp AT delorie DOT com Subject: Re: asm errors compiling grx In-Reply-To: <7sul6k$l1n$1@dove.qut.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 30 Sep 1999, Chris Ho-Stuart wrote: > gcc -c -O6 -Wall -fomit-frame-pointer -I. -I./include -I../include -I../addons/print -I../addons/bmp user/uellia.c -o user/uellia.o > Load error: no DOS memory. This is a known problem on NT: it leaks descriptors and DOS memory in the DOS box. See section 3.3 of the FAQ. > gcc -c -O6 -Wall -fomit-frame-pointer -I. -I./include -I../include -I../addons/print -I../addons/bmp utils/shiftscl.c -o utils/shiftscl.o > utils/shiftscl.c: In function `_GR_shift_scanline': > utils/shiftscl.c:48: Invalidm' statement: > utils/shiftscl.c:48: fixed or forbidden register 2 (cx) was spilled for class CREG. > utils/shiftscl.c:102: Invalidm' statement: > utils/shiftscl.c:102: fixed or forbidden register 2 (cx) was spilled for class CREG. See these two URLs for patches: http://www.shelob.force9.co.uk/djgpp/grxasm.dif http://www.shelob.force9.co.uk/djgpp/patgrx32.dif You will need the Patch utility (v2gnu/pat25b.zip from the DJGPP sites) to apply these patches.