Open kiniry opened 7 years ago
A clean clone of riscv-toolsfollowed by the use of the build-r32ima.sh script results in a failure of the form: device-tree-compiler not found while attempting to build riscv-fesvr.
riscv-tools
build-r32ima.sh
device-tree-compiler not found
riscv-fesvr
That's an external dependence you need to satisfy. See the riscv-tools repo's readme for instructions.
A clean clone of
riscv-tools
followed by the use of thebuild-r32ima.sh
script results in a failure of the form:device-tree-compiler not found
while attempting to buildriscv-fesvr
.