Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: mame compiling problems  (Read 981 times)

0 Members and 1 Guest are viewing this topic.

jam92102

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 90
  • Last login:May 10, 2013, 07:02:22 pm
  • Help Me Please!!!!
mame compiling problems
« on: February 10, 2004, 05:15:15 pm »
I'm compiling mame .56 for dos and when I type make MAMEOS=msdos it compiles for a while than I get a bunch of what looks to be memory addresses and then an error 1 message but not the error 1 message that has the nasm in front of it.  I type make MAMEOS=msdos again and it starts compiling some more for a while then does the same thing.  eventually it finishes and creates dmame and everything like it's supposed to.  I was just curious is this common or am I gonna have trouble running roms in mame?  Thanks for all the help.  Sorry for all the newbie questions.

Buddabing

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1845
  • Last login:February 12, 2015, 02:51:45 pm
  • I'm a llama!
Re:mame compiling problems
« Reply #1 on: February 10, 2004, 10:54:06 pm »
I'm compiling mame .56 for dos and when I type make MAMEOS=msdos it compiles for a while than I get a bunch of what looks to be memory addresses and then an error 1 message but not the error 1 message that has the nasm in front of it.  I type make MAMEOS=msdos again and it starts compiling some more for a while then does the same thing.  eventually it finishes and creates dmame and everything like it's supposed to.  I was just curious is this common or am I gonna have trouble running roms in mame?  Thanks for all the help.  Sorry for all the newbie questions.

This is normal. Here's a quote from mame.net:

"At some point, the compilation might crash the command prompt or simply stop with a message like "no DPMI selectors". Don't worry, it is normal. Fortunately, the compilation will continue just fine from where it crashed. Open the command prompt again, change to the correct directory and type make MAMEOS=msdos again (or the CPU-specific commands make I686=1 MAMEOS=msdos or make K6=1 MAMEOS=msdos if you are building a CPU-specific compile). "

I have changed my nickname to "Cakemeister". Please do not PM the Buddabing account because I do not check it anymore.

Please read the wiki!

jam92102

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 90
  • Last login:May 10, 2013, 07:02:22 pm
  • Help Me Please!!!!
Re:mame compiling problems
« Reply #2 on: February 11, 2004, 02:16:26 am »
yeah I read that but I didn't know if what mine was doing was considered crashing or since it was giving all those memory addresses that mine was unique and it may cause problems.  Thanks for the info.