busybear-linux
busybear-linux copied to clipboard
qemu riscv installation issue related to busybear
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?
try this? https://github.com/michaeljclark/busybear-linux/issues/7#issuecomment-470342111
Thanks. It was resolved. I would rather have a query. How can I connect qemu risc-v to RTLs like in a SoC? Could you please help me out?