These days I tried to build the rCore(x86_64) but failed. Some libs like bitvec could not be built. Also rcore-fs-hostfs changed the edition which causes Cargo cannot build the sfs.
I tried my best to resolve these issues but found that the lib dependencies caused a ton of matters. So, can you give me some suggestions for compiling it?
These days I tried to build the rCore(x86_64) but failed. Some libs like
bitvec
could not be built. Alsorcore-fs-hostfs
changed theedition
which causesCargo
cannot build thesfs
.I tried my best to resolve these issues but found that the lib dependencies caused a ton of matters. So, can you give me some suggestions for compiling it?
Thx.