-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Raspberry Pi support #85
Comments
Fixed that specific error and now it builds for arm-unknown-linux-gnueabihf But I am not sure that miniquad will works on raspberry - afaik there was some raspberry-specific GL loader required. |
I'm targeting the Gameshell which is some flavor of some linux distro. Also not sure if it will run but I'll try it out! |
I'm sourcing from the repo/master but I'm still getting the same error as before even after I'm curious if instead of "_", it explicitly has to be "u8". I'll clone and try it out |
Can confirm that changing it to a |
Hm, interesting, |
Just a regular |
Just tried on the raspbian and it works for me. (just for the record - miniquad took 13 minutes to compile in qemu and raspbian). I found the source of the problem: rust-lang/rust#29867 and very similar fix: https://github.com/alacritty/alacritty/pull/60/files |
Yah I can try it out again tonight and get some more details |
awesome, thanks! |
Yah it looks like it was ultimately the quad-gl dependency I had that was erroring out, because it didn't have the updated code. I removed the dependency and it builds properly now! Looks like its fixed |
Awesome! |
I haven't ran it on the actual Pi yet, just cross-compiled from WSL/Ubuntu. I can try to get a window open on the Pi to confirm though! |
Can confirm it runs on raspberry pi! |
Appears that there's a new break in sapp-linux
edited with miniquad output |
RPI-3+ builds are broken. I get mismatched type errors |
Thanks for the report! Totally overlooked an RPI in the 0.3 update PR, we should definitely add it to the CI somehow! Can't promise a fix soon, making an RPI setup will take some time, not sure I'll have time for this super soon :( PRs very welcome tho! |
It looks like this line is failing to compile.
Tried compiling from a Raspberry Pi 3
Tried Cross-compiling on WSL/Ubuntu targeting arm7-unknown-linux-gnueabihf
The text was updated successfully, but these errors were encountered: