Open zacharyvincze opened 8 years ago
You need to set the platform
platform=rpi2 make
@loganmc10 Nah, I get the same error. I don't think it has anything to do with the platform, it seems it's one of the plugins that doesn't want to install for some reason.
Looks like you forgot installing the GL headers. Should be package mesa-common-dev.
@Alcaro Thanks, the package mesa-common-dev helped me with the installation a bit more. However, I'm now getting the following error.
Makefile:392: recipe for target 'mupen64plus-core/src/r4300/pure_interp.o' failed
make: *** [mupen64plus-core/src/r4300/pure_interp.o] Error 1
Any other headers I'm missing?
Don't install anything to do with Mesa. The Raspberry Pi uses GLES libraries located in /opt/vc/lib and /opt/vc/include.
@loganmc10 Ok, then how do I do the installation?
Try platform=rpi2 make clean platform=rpi2 make
The platform line is essential for it to work
For some reason, I can't build using the make command when trying to build the emulator. I instead get the following error.
I'm not really an expert when it comes to this stuff. So let me know if I'm doing something wrong when building the emulator. I'm using a Raspberry Pi 2 running the Raspbian operating system.
Looking at the error, it seems there is a problem with the
DeviceBuilder.o
file. But like I said, I'm not really an expert when it comes to this kind of stuff. Looking at the error even more, it looks like there's a problem with the installation with one of the plugins (gles2rice). So if there's a way to build it without this plugin, that'd be great.