From: "LSC" Newsgroups: comp.os.msdos.djgpp Subject: Allegro:Problem running make Date: 31 Jan 1997 08:54:36 GMT Organization: Unconfigured Lines: 19 Message-ID: <01bc0f5d$8d4955e0$fe718ea1@a> NNTP-Posting-Host: j60.jrc5.jaring.my To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have problem here. I run make on allegro, but I get error message(shown below), can someone help me on this problem? Thanks in advance for the help. ---------------------------------------------------------------------------- ----------------------------------------------------- gcc -I. -Isrc -Wall -m486 -O3 -o obj/adlib.o -c src/adlib.c gcc -I. -Isrc -Wall -m486 -O3 -o obj/allegro.o -c src/allegro.c gcc -I. -Isrc -Wall -m486 -O3 -o obj/ati.o -c src/ati.c gcc -I. -Isrc -Wall -m486 -O3 -s -o obj/asmdef.exe src/asmdef.c obj/asmdef.exe src/asmdef.h writing structure offsets into src/asmdef.h... gcc -I. -Isrc -Wall -o obj/bank.o -c src/bank.S c:/djgpp/tmp\ccbaaaaa: Assembler messages: c:/djgpp/tmp\ccbaaaaa:252: Error: register does not match opcode suffix c:/djgpp/tmp\ccbaaaaa:269: Error: register does not match opcode suffix make.exe: *** [obj/bank.o] Error 1 ---------------------------------------------------------------------------- -------------------------------------------------------