Date: Fri, 28 Jun 1996 22:32:03 -0700 (PDT) From: Samuel Vincent To: Nick Collier cc: djgpp AT delorie DOT com Subject: Re: Compiler error when compiling *.S File In-Reply-To: <31D3D80C.2C8C@tiac.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 28 Jun 1996, Nick Collier wrote: > I get the following error when I try to compile. > > > C:\TEMP\cccaaaaa: Assembler messages: > C:\TEMP\cccaaaaa:107: Error: no opcode suffix given and no register operands; can't size > instruction > > My command line looks like: > > gcc -Wall -02 -o poly.exe polytest.c polyfill.c pdraw.S -lm -lpc > > This all works fine when pdraw.S is replaced with a C file. I've tried to look at > cccaaaaa but it changes as the individual files are compiled and the few versions that > I've seen seem to fine. That is, the opcode on line 107 has a suffix etc. > > It took some time to code the assembly so any help would really be appreciated. Please > repy by email. Well. could you possibly post pdraw.S? I'm sure it's something in there... -Sam