mupen64plus
mupen64plus copied to clipboard
Compilation Issues on RPi 3
Hello there, I can see in the latest version of RaspbianList_2 it is reported that the core library should now be compiled from the official repo of mupen64plus. However, I am encountering an issue using build.sh with that option.
/usr/include/arm-linux-gnueabihf/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory
compilation terminated.
Makefile:665: recipe for target '_obj/ai/ai_controller.o' failed
make: *** [_obj/ai/ai_controller.o] Error 1
make: Leaving directory '/home/pi/mupen64plus/mupen64plus/mupen64plus-core/projects/unix'
It may very well work, it sounds more like a silly compiler issue than else to my noob ears. What's going on? Another issue I find is that unless I comment out "-mfpu=neon" from gles2n64 in RaspbianList_2 I get
make: Leaving directory '/home/pi/mupen64plus/ricrpi/mupen64plus-video-gles2n64/projects/unix'
make: Entering directory '/home/pi/mupen64plus/ricrpi/mupen64plus-video-gles2n64/projects/unix'
make: pu=neon: No such file or directory
make: *** No rule to make target 'pu=neon'. Stop.
Try to install libc6-dev:
sudo apt-get install libc6-dev
http://stackoverflow.com/questions/7412548/error-gnu-stubs-32-h-no-such-file-or-directory-while-compiling-nachos-source
@gizmo98 Thanks for responding. It appears that I have it already installed and updated to the latest version, so that's probably something else causing this. Thanks though.