Problem with make on the lr-mame experimental package
-
I've a problem with make command on the lr-mame experimental package. My sistem is Linux Mint 18 64 bits.
The build output is:
= = = = = = = = = = = = = = = = = = = = =
Building 'lr-mame' : MAME emulator - MAME (current) port for libretro
= = = = = = = = = = = = = = = = = = = = =Removing additional swap
make: Makefile.libretro: There is no file or directory
make: *** There is no rule to build the goal 'Makefile.libretro'. Alto.
make: Makefile.libretro: No existe el archivo o el directorio
make: *** There is no rule to build the goal 'Makefile.libretro'. Alto.
Removing additional swap
/home/pi/RetroPie-Setup
Could not successfully build MAME emulator - MAME (current) port for libretro (/home/pi/RetroPie-Setup/tmp/build/lr-mame/mamearcade_libretro.so not found).
In Libretro - Mame - Readme.MD say that to compile in linux 64bits, the right command line is the next.
make OSD="retro" verbose=1 RETRO=1 NOWERROR=1 OS="linux" TARGETOS="linux" CONFIG="libretro" NO_USE_MIDI="1" PTR64=1 TARGET=mame -j10
To raspberry pi, it doesn't say something.
-
Upstream changed the makefile name - I will update the script shortly (You will need to update RetroPie-Setup)
-
Should build again now.
-
Thanks, I was tested the version 4.1.3 of Retropie with 'make SUBTARGET=arcade' for lr-mame and it's enought.
Now I'm compiling lr-mess.
The 'md_ret_files' would be the next:
function install_lr-mame() { md_ret_files=( 'mamearcade_libretro.so' 'LICENSE.md' 'uismall.bdf' 'README.md' ) }
the 'uismall.bdf' file is for Russin small fonts, you decide.
Thanks for your good work. It's awsesome.
-
I've compiled sucessfully lr-mess with the next configuration:
function build_lr-mess() { rpSwap on 750 local params=($(_get_params_lr-mame) SUBTARGET=mess -Werror=unused-but-set-variable) make clean make "${params[@]}" rpSwap off md_ret_require="$md_build/mess_libretro.so" } function install_lr-mess() { md_ret_files=( 'mess_libretro.so' 'LICENSE.md' 'uismall.bdf' 'README.md' ) }
-
Please edit your posts and format code in code blocks. see https://retropie.org.uk/forum/category/8/help-and-support
-
Sorry, thanks, fixed.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.