From: pavenis AT lanet DOT lv Message-ID: To: yu_98_98 AT my-deja DOT com, djgpp AT delorie DOT com Date: Tue, 17 Aug 1999 18:41:28 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: error in compile utils/shiftscl.c In-reply-to: <7pbblo$m0n$1@nnrp1.deja.com> X-mailer: Pegasus Mail for Win32 (v3.12) 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 Unfortunatelly this but this mail is example of VERY INCOMPLETE bug report. Usually it's impossible to say anything about the source of problems from so little information. At least package name, compiler version should be mentioned. I can only guess that You're compiling GRX-2.3 with gcc-2.95. If so then I can only say that gcc-2.95 no more permits to specify register both in init list (or result list) and clober list of inline assembler. GRX-2.3 have this problem. Andris On 17 Aug 99, at 9:57, yu_98_98 AT my-deja DOT com wrote: > make.exe[1]: Entering directory 'd:/djgpp/src' > 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: Invalid 'asm' statement: > utils/shiftscl.c:48: fixed or forbidden register 2 (cx) was spilled for > class CREG. > /*repeat last 2 error at lines 102*/ > make.exe[1]:***[utils/shiftscl.o] Error 1 > make.exe[1]: Leaving directory 'd:/djgpp/src' > make.exe: *** [libs] Error 2 > > Any help is appreciated > Regards yu_98_98