RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Problem with make on the lr-mame experimental package

    Scheduled Pinned Locked Moved Ideas and Development
    libretrolr-mamemamelinux64-bit
    7 Posts 2 Posters 2.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Baco
      last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • BuZzB
        BuZz administrators
        last edited by

        Upstream changed the makefile name - I will update the script shortly (You will need to update RetroPie-Setup)

        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

        1 Reply Last reply Reply Quote 0
        • BuZzB
          BuZz administrators
          last edited by

          Should build again now.

          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

          1 Reply Last reply Reply Quote 1
          • B
            Baco
            last edited by Baco

            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.

            1 Reply Last reply Reply Quote 0
            • B
              Baco
              last edited by Baco

              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'
                  )
              }
              
              1 Reply Last reply Reply Quote 0
              • BuZzB
                BuZz administrators
                last edited by

                Please edit your posts and format code in code blocks. see https://retropie.org.uk/forum/category/8/help-and-support

                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                1 Reply Last reply Reply Quote 0
                • B
                  Baco
                  last edited by Baco

                  Sorry, thanks, fixed.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post

                  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.