Hey @mntmn, I saw on your Twitter account that you want to run some x86 apps on arm. You should really take a look at this project:
https://github.com/ptitSeb/box86/blob/master/README.md
Unfortunately this focuses on 32bit systems, but if you were to run a 32bit OS on the reform, you would probably be in buu
@leimon i got box86 to run and tried to run undertale with it, but no dice. many undefined my__* functions. not sure what’s going on.
@mntmn Even so, looks like you are making good progress. I started working on getting box86 installed on my rpi4 a couple of weeks ago (running 64 bit manjaro), but I haven't yet made it past the compilation stage (I've been too sidetracked with other projects).
Anyhow, if I were in your shoes, I might suggest a few paths: grep the project source code for warning message, check the fithub project page, or pick another game to test, how about battle for wesnoth (open source x86).