-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi Build please #5
Comments
Same. Since argument "-m32" is disabled it keeps throwing a PTR64 flag error eventhough I set PTR64 ?= 0 at the top of the Makefile.libretro. This works amazing on my PC but getting Mess to run CDI on RPi4 is frustating to say the least. |
I've got mame and mess working on my raspberry pi 400 and pi zero 2. I can run CDI games with mame and advanced mess. Having a standalone core would make setup less tedious. |
I think this is out my league. Looking at other cores, I don't see any specific recipes for armhf that I can copy. This issue probably belongs in https://github.com/libretro/libretro-super |
Add same_cdi to armhf. Note that I have not tested this as I don't know how. However I've just copied the recipe for mame to same_cdi, they use pretty much the same makefile so it should in theory work. Fixes zach-morris/same_cdi#5
This sounds promising. Can you link to rpi compatible core if and when it goes live. |
Disclaimer: I am no libretro infrastructure maintainer, just someone who has spent some effort recently around this topic. The armhf (and armv7-neon-hf) nightly builds are now not operational, images in there are close to 2 years old and new ones are not being built. So it won't appear there. |
Can anyone give instructions on how to build this core on a rpi 3 or 4? |
I was able to compile on an RPi2 (32 bit, I unfortunately dont have a 3 or 4 so couldn't test 64 bit), using these instructions as a guide. 64 bit should be pretty much the same though. I have no idea how well this will actually run. Requirements:
Steps:
Thats it. If you wanted to do this for 64bit Raspian, the steps would be the same, except:
Attached is the 32 bit armhf compiled version. I would think this might be easier to request be added to Retropie or whatever flavor you're using, since they've probably got some cross-compiling build system already setup to handle this. |
Can this core be built for Raspberry Pi specifically retropie? I keep checking the nightly section but still now core updates for armhf.
The text was updated successfully, but these errors were encountered: