You can compile binaries on iSH and they'll run on the emulator just as all the other code does.
jsjohnst
Compile using what? It’s form of emulation has never been complete enough to run a compiler (heck even interpreters like Python have been very brittle) in my experience as a user since the beginning, so I’m curious what you’ve seen success with.
saagarjhaOP
GCC works reasonably well.
jsjohnst
Interesting, thx for the reply. I haven’t tried GCC in the last few updates, so will try again.
Edit: just tried it and indeed you are right, it works in a few cases now. Clang also works for basic test cases.
You can compile binaries on iSH and they'll run on the emulator just as all the other code does.