-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling the libretro core #32
Comments
Thank you for addressing this, Hello @iyzsong, I tried to compile the core as per your instructions, however it doesn't seem to work on muOS. Anything different I should be doing? |
Did you built To build, first you need git submodules, eg via: To cross build for muOS, the easier way is use a cmake toolchain file via
Or sometimes just set |
So, I did not use any toolchains for building, just your instructions and built the .so libretro core. Now that you have mentioned using a toolchain, I did some online searches and found a guide to build the muOS toolchain (https://muos.muzuwi.dev/dev_setup.html) but that didn't work for me, I also saw some toolchain docker images in the discord chats, i will try to see if i can somehow use them. other than that i have added a request on the discord server to obtain the toolchain. Will update here if i make any progress |
okay so @iyzsong, my build process: I first tried this on colab but i was getting errors, so i switched to ubuntu and I'm getting the same error. what might I be doing wrong? Thank You! |
That toolchain dosen't look like a right one.. You can try this build, which should works if muOS have glibc>=2.38 Or you can ask in muOS's support channel to see if someone know the thing could build this core. |
Oh! That Worked! Using OnsYuri also fixed the text wrapping issue. giniro crashes immediately. Although I am unsure at what layer the errors are occurring I have retrieved the logs and am attaching them here for reference. Device : Anbernic RG35XXSP Thank you for your awesome work guys! |
Um, does those games work on the native OnscripterYuri? Some games may require a English specified version eg: https://github.com/Galladite27/ONScripter-en |
Oh, you are actually correct I tested the 4 games on Onsyuri web and i am getting the same issues. same message for Umineko I was able to log the exact error using dev tools: |
Hello,
Could you add any instructions for compiling the device-specific libretro core? or If you could include the compiled core, it would be really helpful.
I tried to compile it as-is however the core didnt work (tried to run it on muOS).
Thank you for including support for libretro.
The text was updated successfully, but these errors were encountered: