Error installing Allegro in codeblocks

Started by
0 comments, last by oler1s 14 years, 1 month ago
Hi, I am using the MinGW compiler it is installed and working with codeblocks.I however get this error when trying to get allegro to compile. c:\MinGW\allegro>fix mingw32 Configuring Allegro for Windows/MinGW... Done! c:\MinGW\allegro>mingw32-make Compiling Allegro for MinGW32, optimised. Please wait... gcc -Wall -Wno-unused -I. -I./include -x assembler-with-cpp -o obj/mingw32/alleg /icpus.o -c src/i386/icpus.s src/i386/icpus.s: Assembler messages: src/i386/icpus.s:70: Error: suffix or operands invalid for `fnstsw' mingw32-make: *** [obj/mingw32/alleg/icpus.o] Error 1 c:\MinGW\allegro> It works with fixmingw32 But when I use mingw32-make it does not compile. Thanks
Advertisement
Quote:But when I use mingw32-make it does not compile.
Don't use the make from mingw. You should have installed MSYS and used the make provided by MSYS.

This topic is closed to new replies.

Advertisement