- This topic has 0 replies, 1 voice, and was last updated 9 years, 8 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.
Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Compiling PCSX Rearmed Standalone Help
Hi guys, since Tekken 3, Dead or Alive, and Streetfighter EX2 Plus are running extremely slow on my PI2 and I’ve read that the pcsx_rearmed standalone version should be faster with the emulation I tried to build it from source.
What I did so far:
git clone https://github.com/notaz/pcsx_rearmed
Found a topic on google that states
“PCSX ReARMed now runs most games at full speed. Since the Pi 2 has an ARMv7 processor, it can use Exophase’s NEON GPU plugin, which is very accurate and fast. It can also render games at higher resolutions (though that is a little slow on the Pi 2)”
./configure –sound-drivers=sdl –enable-neon
Good after that it shows me
architecture arm
platform generic
built-in GPU neon
sound drivers sdl
plugins gpu_gles.so gpu_unai.so gpu_peops.so spunull.so
C compiler gcc
C compiler flags -mfpu=neon -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
-Wno-unused-result
libraries -L/usr/lib/arm-linux-gnueabihf -lSDL -lpng -ldl -lm -lpthre
ad -lz
linker flags
enable dynarec yes
ARMv7 optimizations no
enable ARM NEON yes
TI C64x DSP support no
tslib support yes
OpenGL ES output yes
ARMv7 optimizations…how do I get the flag to yes??
Anyways I tried compiling and it throws me the following errors:
plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S:5642: Error: selected processor does
not support ARM mode `movw r12,#(2048+16)*2′
plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S:5817: Error: selected processor does
not support ARM mode `ubfx r1,r8,#3,#5′
plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S:5820: Error: selected processor does
not support ARM mode `ubfx r2,r8,#11,#5′
plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S:5823: Error: selected processor does
not support ARM mode `ubfx r8,r8,#19,#5′
plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S:5938: Error: selected processor does
not support ARM mode `movw r10,#4096′
plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S:6039: Error: selected processor does
not support ARM mode `movw r10,#4096′
Makefile:248: recipe for target ‘plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.o’ fa
iled
make: *** [plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.o] Error 1
I obviously did something wrong. The question is what ^^”
Maybe someone can give me a pointer in the right direction.
Thank you.