I compiled it for my build but still no success. I added a patch to fix RPi2 build: undefined symbol: ngen_FailedToFindBlock · Issue #65 · libretro/reicast-emulator · GitHub
Diff
--- a/core/rec-ARM/rec_arm.cpp
+++ b/core/rec-ARM/rec_arm.cpp
@@ -333,6 +333,9 @@
extern "C" void ngen_LinkBlock_cond_Branch_stub();
extern "C" void ngen_LinkBlock_cond_Next_stub();
+extern "C" void ngen_FailedToFindBlock_();
+void (*ngen_FailedToFindBlock)()=&ngen_FailedToFindBlock_; // in asm
+
#include <map>
map<shilop,ConditionCode> ccmap;
Display More
But still:
External Content
pastebin.com
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
Have you been able to run the core & load a game?