mars-research / redleaf

RedLeaf Operating System
118 stars 10 forks source link

Build breaks while recompiling rv6 domains #25

Closed arkivm closed 4 years ago

arkivm commented 4 years ago

Temporary fix is to invoke this command

make -C usr/mkfs/ build/libfs.a DEBUG=false && echo " " | tee -a sys/lib/libmembdev/src/lib.rs && make qemu-kvm DEBUG=false LARGE_MEM=true

tjhu commented 4 years ago

commit 118864ae2150f2e621cfc0acd3c9fd369e5c8522 seems to solved it. Close it for now. Let me know if it still broken.