![]() |
|
Error: suffix or operands invalid for 'fnstsw' |
stanislav stoyanov
Member #10,341
October 2008
|
I'm trying to install the latest stable version of Allegro (4.2.2) - following the instructions here: http://www.glost.eclipse.co.uk/gfoot/vivace/vivace.html#How%20to%20install%20Allegro , but when I run "make", the following error occurs: Error: suffix or operands invalid for 'fnstsw' What am I doing wrong? How it can be fixed? |
Evert
Member #794
November 2000
![]() |
Vivace is old, nevertheless, the installation instructions should be fine. |
stanislav stoyanov
Member #10,341
October 2008
|
Sorry, I got confused with all the install stuff I'm using Dev-cpp 4.9.9.2 ... I think it comes with MinGW but I'm not sure about the version. Anyways, I tried installing Allegro the way it says in mingw32.txt.. cd c:\allegro fix.bat mingw that worked fine and returned a success.. but when I type: mingw32-make (because only 'make' didn't work), it shows the following error: gcc: installation problem, cannot exec `cc1': No such file or directory Hmm... |
Milan Mimica
Member #3,877
September 2003
![]() |
Quote: The files cc1 and cc1plus are in "C:\djgpp\libexec\gcc\djgpp\4.32" Who cares about DJGPP, you're trying to use MinGW.
-- |
stanislav stoyanov
Member #10,341
October 2008
|
OK, I deleted everything and started again from the beginning... It gives me: Nah, it seems that it just won't work on me, whatever I try :/ |
ReyBrujo
Moderator
January 2001
![]() |
-- |
Edgar Reynaldo
Major Reynaldo
May 2007
![]() |
Follow the directions in the allegro zip file in the allegro/docs/build/mingw32.txt file. You'll need the mingw/bin directory in your PATH, as well as the directory with cc1.exe and cc1plus.exe from your mingw installation. It's probably c:\mingw\libexec\gcc\mingw32#.#.# or since you're using dev-cpp, replace the mingw directory with the devcpp directory. My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
stanislav stoyanov
Member #10,341
October 2008
|
Thanks, it worked after I edited the "asmcapa.h" file |
ReyBrujo
Moderator
January 2001
![]() |
It should be fixed in newer versions, too. -- |
|