-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tips to compile for armv7l linux #3
Comments
While trying to figure this out, I tried to install |
Got it compiling and "running" - it's weirdly laggy and probably needs a keymap but here is a first glimpse : Video on imgur : https://imgur.com/AfWfeLT |
I'm glad to hear that you got it running! And thanks for sharing the video :) Regarding the performance:
Regarding the libretro build, if you take a look at the scripts inside https://github.com/Dhole/CopperBoy/tree/master/ci you'll see how I'm currently doing builds of the libretro version. For ARM linux you should be able to adapt what's happening in |
Hi,
Project looks awesome, congrats!
Am trying to compile it for armv7l (more specifically the gameshell by clockworkpi https://www.clockworkpi.com/ with a debian bullseye/sid installed)
Am a bit new to this cargo/rustc stuff and so I'm not even sure that the
target
is correct.If you have any tips, they would be welcome.
The text was updated successfully, but these errors were encountered: