You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently the correct way to build this libretro core is not to simply run make, but to run make -f Makefile.libretro. Also, it would be very helpful to have clear instructions about how to successfully build debug and/or with symbols, for debugging purposes. I still haven't been able to get that to work at all, and I had to go scouring the web to find https://sites.google.com/site/o0kinghanco0o/mame_building_info to get at least some ideas of what the various variable were I needed to pass.
The text was updated successfully, but these errors were encountered:
Oh my God, thank you. I've just been trying to get this to compile for the last hour. Using make -f Makefile.libretro seems to be working (so far). I also had to delete the language folder as I kept getting compilation errors with that. I had no issues with mame2015.
Apparently the correct way to build this libretro core is not to simply run
make
, but to runmake -f Makefile.libretro
. Also, it would be very helpful to have clear instructions about how to successfully build debug and/or with symbols, for debugging purposes. I still haven't been able to get that to work at all, and I had to go scouring the web to find https://sites.google.com/site/o0kinghanco0o/mame_building_info to get at least some ideas of what the various variable were I needed to pass.The text was updated successfully, but these errors were encountered: