View Single Post
Old 06 March 2021, 16:33   #28
ugrnm
Registered User
 
ugrnm's Avatar
 
Join Date: Sep 2020
Location: some / where
Posts: 50
Thanks to some of the tips in this thread, I was able to run fs-uae on a RPi3+

I've been using Debian for arm64 (as opposed to raspbian or whatever it's called now) which gave stable open source VC4 out of the box and ARMv8 support. I needed the new MIDI implementation of fs-uae as well. All together it boiled down to:

Code:
sudo apt install automake libtool gettext zip libglib2.0-dev libmpeg2-4-dev libopenal-dev libsdl2-dev libsdl2-ttf-dev libportmidi-dev libpng-dev
git clone https://github.com/FrodeSolheim/fs-uae.git
cd fs-uae
git checkout fs-uae-3.0
git cherry-pick 57fc25e0b050572c55bae148a0f833f5281f25b6
git cherry-pick 4d928c2e648d5714ef0df4bf535da8ba6a7bdd1a
git add src/pcem/pcemglue.cpp
git cherry-pick --continue
git cherry-pick 94d790f65feb9da599a5381e5b652d209b6fd4cb
./bootstrap
CXXFLAGS="-march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize -O2 -pipe -fomit-frame-pointer" ./configure --disable-jit
make -j2
more details: https://moddingfridays.bleu255.com/A600_on_Raspberry_Pi
ugrnm is offline  
 
Page generated in 0.04315 seconds with 11 queries