hi, I tried to install qemu riscv using the following link -
https://risc-v-getting-started-guide.readthedocs.io/en/latest/linux-qemu.html
But at the last step when I ran the command - make -j $(nproc) in busybear-linux folder, the following error showed up -
make[1]: Leaving directory '/home/tashfia/riscv64-linux/busybear-linux/build/linux-5.0'
./scripts/build.sh: line 84: ../../src/riscv-pk/configure: No such file or directory
Makefile:10: recipe for target 'busybear.bin' failed
make: *** [busybear.bin] Error 127
Can you please help me out?
hi, I tried to install qemu riscv using the following link - https://risc-v-getting-started-guide.readthedocs.io/en/latest/linux-qemu.html But at the last step when I ran the command - make -j $(nproc) in busybear-linux folder, the following error showed up - make[1]: Leaving directory '/home/tashfia/riscv64-linux/busybear-linux/build/linux-5.0' ./scripts/build.sh: line 84: ../../src/riscv-pk/configure: No such file or directory Makefile:10: recipe for target 'busybear.bin' failed make: *** [busybear.bin] Error 127 Can you please help me out?