michaeljclark / busybear-linux

busybear-linux is a tiny RISC-V Linux root filesystem image that targets the VirtIO board in riscv-qemu.
93 stars 33 forks source link

qemu riscv installation issue related to busybear #15

Open TR174 opened 4 years ago

TR174 commented 4 years ago

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?

imhjnju commented 4 years ago

try this? https://github.com/michaeljclark/busybear-linux/issues/7#issuecomment-470342111

TR174 commented 4 years ago

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?