You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: