I was able to compile sm64ex with MintPPC on my X5000 today. It also works on Fienix.
Links:
- https://github.com/sm64pc/sm64pc
- Compiling on Linux
- Compiling Super Mario 64 PC Port Opengl on Ubuntu Linux -- YouTube

Cheers,
Christian
Code: Select all
sudo xbps-install -S base-devel python3 SDL2-devel glew-devel
Code: Select all
git clone https://github.com/sm64pc/sm64ex.git
Code: Select all
cp baserom.eu.z64 sm64ex/
Code: Select all
cp baserom.us.z64 sm64ex/
Code: Select all
else
LDFLAGS := $(BITS) -march=$(TARGET_ARCH) -lm $(BACKEND_LDFLAGS) -lpthread -ldl
ifeq ($(NO_PIE), 1)
LDFLAGS += -no-pie
endif
Code: Select all
else
LDFLAGS := $(BITS) -mcpu=$(TARGET_ARCH) -lm $(BACKEND_LDFLAGS) -lpthread -ldl
ifeq ($(NO_PIE), 1)
LDFLAGS += -no-pie
endif
Code: Select all
make VERSION=eu -j2
Code: Select all
make -j4
Code: Select all
cd /home/amigaone/Downloads/sm64ex/build/us_pc
Code: Select all
./sm64.us.f3dex2e