I’m trying to get tic80 working on RIScv but i ll need to build a custom version cos there are no prebuilts, how do I go about this?
- lemmyreader ( @lemmyreader@lemmy.ml ) English6•7 months ago
You can try to follow the build instructions like mentioned in another comment but be aware that you are trying to build for a platform which has as far as I can see no official
supportcompile instructions for the software. YMMV. - sabreW4K3 ( @sabreW4K3@lazysoci.al ) 3•7 months ago
From what I can see, there’s no R5 builds/architecture available.
https://github.com/nesbox/TIC-80?tab=readme-ov-file#build-instructions
- joes ( @joes@lemmy.dbzer0.com ) 11•7 months ago
Hence the need to build themselves. It boils down to: download the source, install the dependencies, (configure,) compile, install. In this case, you need make/cmake. You could also crosscompile (on another machine), but that’s trickier. If you’ve never compiled something yourself, maybe start with a known-good configuration from your distribution’s sources.
I’ve never compiled anything but time is not an issue. Will try follow some instructions.
Tho can I compile for riscv on my x88_64 laptop?
- Successful_Try543 ( @Successful_Try543@feddit.de ) 3•7 months ago
What you are intending to do is cross-compiling. Maybe this resource is useful for you.