You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I own a Pinebook Pro, which is aarch64.
I compiled it via AUR through yay and it works just fine.
As for crosscompiling, if you compile these binaries on your own, then since it's written in C it should be as simple as downloading a crosscompiling gcc and building it.
Then you could test them using QEMU. Something useful you can try is userspace emulation which allows you to transparently test aarch64 binaries on whatever architecture you use (I'm assuming x86_64). https://ownyourbits.com/2018/06/13/transparently-running-binaries-from-any-architecture-in-linux-with-qemu-and-binfmt_misc/
Useful for those using Raspberry Pis.
While it is easy to compile through gcc, it wouldn't hurt to provide binaries.
The text was updated successfully, but these errors were encountered: