proot-me / proot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
https://proot-me.github.io
GNU General Public License v2.0
1.96k stars 369 forks source link

add riscv support #368

Open Kreijstal opened 8 months ago

Kreijstal commented 8 months ago

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"
      |          ^~~~~