From: Thorsten Rogowski Newsgroups: comp.os.msdos.djgpp Subject: Cant make grx23 Date: Thu, 30 Mar 2000 20:13:28 +0200 Organization: TU Dresden (URZ) Lines: 21 Message-ID: <38E39948.4204A221@mailbox.tu-dresden.de> NNTP-Posting-Host: rdial07.urz.tu-dresden.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.05 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I'm new to C programming and I have following problem: When I try to make grx23 (make -f makefile.dj2) after a while following error message appears: 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. ... (same for line 102) make.exe: *** [utils/shiftscl.o] Error 1 I use make3781b; gcc2952b; binutils 291b; djgpp203; gpp2952b Dosbox in Windows95 What is wrong? Thank you for your help Thorsten