So, maybe it's a really dumb question but I haven't figured it out yet.
Is there any way to execute pico-8 on a Raspberry Pi 4 with a Manjaro distro?
When I try it on the terminal I get the message:
pico8: pico8: cannot execute binary file |
Trying with the pico8_dyn version I get the same result.
I'm guessing that Manjaro doesn't come with a necessary binary to run, but that's just a guess.
And just to clarify, I did downloaded the Raspberry Pi version of pico-8 pico-8_0.2.1b_raspi.zip
.
Please save me for having to use the my windows again!
What is the architecture of your OS?
The raspi builds of pico8 are made for raspbian, which is 32-bit ARM EABI5 (armhf).
I have a 64 bit OS, so that's the problem... Thanks for the help anyway :D
Does your OS support multiarch? (on debian for example we can run 32-bit programs natively, with package manager integration)
If not you could try qemu!
Think it's not possible.
I'll try the qemu option. I'll tell you how it goes :)
[Please log in to post a comment]