From: gorman AT gpu DOT srv DOT ualberta DOT ca (Gorman) Newsgroups: comp.os.msdos.djgpp Subject: Allegro 2.1 Date: Tue, 05 Nov 1996 21:53:21 GMT Organization: Nowhere Lines: 15 Message-ID: <55o97u$99k@pulp.ucs.ualberta.ca> Reply-To: gorman AT gpu DOT srv DOT ualberta DOT ca NNTP-Posting-Host: async7-4.remote.ualberta.ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp When I compile Allegro 2.1 in DJGPP V2 using the makefile, the following (and ONLY) error occurs in BANK.S gcc -I. -Isrc -Wall -o obj/bank.o -c src/bank.S d:/djgpp/tmp\ccdaaaaa: Assembler messages: d:/djgpp/tmp\ccdaaaaa:252: Error: register does not match opcode suffix d:/djgpp/tmp\ccdaaaaa:269: Error: register does not match opcode suffix make.exe: *** [obj/bank.o] Error 1 What the heck is going on? Thanx...Gorman