Main > Software Forum
MAME Compiler 64 v2.0.197
headkaze:
--- Quote from: bent98 on December 18, 2007, 01:52:15 pm ---I want to compile a 64bit version of mame. How do I do it? I have a Core d process and I select that at the drop down menu of com piler, but when I check 64bit check box I get errors.
--- End quote ---
See Reply #31
bent98:
Im sure there is enuff people that would have a need for it. Come on Headkaze you figure something out to make it easier even if it ment d/ling a few extra pieces of software Think of all those people wanting to play blitz at full speed with no nag screens :)
DeLuSioNal29:
Again, can't say enough about this program. Great work Headkaze! Your hard work is appreciated for this great FREE program.
I tried this on my .119 version of MAME and it worked like a champ. However, I wanted to try it on a friend's who has version .108 and I'm having trouble.
- I downloaded the source code for .108 and put it in the directory (removed my .119 from the previous compile)
- downloaded the hi_108.diff file and placed it in the patches directory.
I get this error:
cc1.exe: error: unrecognized command line option "-Wno-unused-functions"
cc1.exe: error: unrecognized command line option "-Wno-unused-functions"
mingw32-make: *** [obj/mame64/audit.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
mingw32-make: *** [obj/mame64/cdrom.o] Error 1
Do i have to use the stand alone version to complile this older version?
Now I'm confused.
Thanks in advance!
~ DeLuSioNaL
headkaze:
--- Quote from: DeLuSioNal29 on January 09, 2008, 07:10:55 pm ---Again, can't say enough about this program. Great work Headkaze! Your hard work is appreciated for this great FREE program.
I tried this on my .119 version of MAME and it worked like a champ. However, I wanted to try it on a friend's who has version .108 and I'm having trouble.
- I downloaded the source code for .108 and put it in the directory (removed my .119 from the previous compile)
- downloaded the hi_108.diff file and placed it in the patches directory.
I get this error:
cc1.exe: error: unrecognized command line option "-Wno-unused-functions"
cc1.exe: error: unrecognized command line option "-Wno-unused-functions"
mingw32-make: *** [obj/mame64/audit.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
mingw32-make: *** [obj/mame64/cdrom.o] Error 1
Do i have to use the stand alone version to complile this older version?
Now I'm confused.
Thanks in advance!
~ DeLuSioNaL
--- End quote ---
Tick the option "Disable WError (<0.118u5)". That should fix it ;)
DeLuSioNal29:
--- Quote from: headkaze on January 09, 2008, 07:53:00 pm ---Tick the option "Disable WError (<0.118u5)". That should fix it ;)
--- End quote ---
I will give it a shot tomorrow, thanks.