proot icon indicating copy to clipboard operation
proot copied to clipboard

add riscv support

Open Kreijstal opened this issue 5 months ago • 0 comments

It doesn't compile under riscv :(

user@starfive:~/proot$ make -C src loader.elf loader-m32.elf build.h
make: Entering directory '/home/user/proot/src'
.//arch.h:55:10: error: #error "Unsupported architecture"
   55 | #        error "Unsupported architecture"
      |          ^~~~~

Kreijstal avatar Jan 10 '24 10:01 Kreijstal