Skip to content
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

Fix Raspbian Buster build for Pi 4 #31

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

jdonald
Copy link

@jdonald jdonald commented Jul 26, 2019

These are my minimal changes to get things compiling and installing on Buster. Note I also required one outstanding PR on mupen64plus-audio-sdl.

Unless running on a Pi A/A+/B+/0/0w, it's too easy to trip up on build.sh and install.sh pointing to different default RaspbianLists if someone just glosses that part over in the README. Rather than copypaste the selector conditions into install.sh and dev_build.sh I added a safeguard around this in build.sh.

High-level goal is not to break the build flow for Jessie as trunk seems to be designed for, although users will now have to explicitly specify GCC=4.7 for that target.

Testing on a Pi 4: I left the video-gles2n64 plugin settings unchanged to avoid breaking existing behavior, but as this plugin is compiled for legacy VideoCore (VC=1) it's only valid for a Pi <=3B+ in legacy mode. You can test instead with the Rice plugin that doesn't care:

mupen64plus --gfx mupen64plus-video-rice.so 'Super Mario 64 (U) [!].z64'

Or if you wish to test video-gles2n64 on the Mesa driver, remove VC=1 on the relevant line in RaspbianList_Pi2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant