Date: Sun, 23 Feb 1997 16:46:23 +0200 (IST) From: Eli Zaretskii To: "Troy Horton (Core Design Ltd.)" cc: "'djgpp AT delorie DOT com'" Subject: RE: DJGPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 23 Feb 1997, Troy Horton (Core Design Ltd.) wrote: > >> gcc -c test.c > >> > >> I get a message saying 'Error: unknown opcode' > > All test.c is: > > #include > void main(void) > { > printf("This is a test!"); > } Please compile your program like so: redir -o gcc.log -eo gcc -v -c test.c then post the entire contents of the file gcc.log thus created.