Hi
Im trying to develop code to run on the Orange pi RV2. It has an Ubuntu 24.04 installation from the manufacturer and has a risc v processor.
I currently use Godot on x86 and arm processor based boards and I develop on an x86 and cross compile sucessfully. The Godot Engine also runs happily on the arm device which is easier for debussing sometimes.
Has anyone managed to compile export templates for risc v that I could use to try and compile from my x86 environment to see if I can get code to run on the orange pi rv2?
Has anyone got any experience with this? Ive downloaded various projects, compiled code etc and followed the instructions but the compiler(s) just quit during the attempted compilation of the Godot Engine and also of the templates. The output from the compilers does nt shed any light on the reason for quitting.
I managed to get a compiled version of the engine from the web but this runs incredibly slowly to the point that it isnt useful and without templates I cannot export a project anyway.
Happy to get anybodys thoughts/comments/input.