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
I tried using spike to boot linux, and it passed. However, when I use qemu, it doesn't work.
Command: make qemu
Log:
qemu-system-riscv64: Some ROM regions are overlapping
These ROM regions might have been loaded by direct user request or by default.
They could be BIOS/firmware images, a guest kernel, initrd or some other file loaded into guest memory.
Check whether you intended to load all this guest code, and whether it has been built to load to the correct addresses.
The following two regions overlap (in the memory address space):
/home/ye/Project/riscv-spike-sdk/build/opensbi/platform/generic/firmware/fw_jump.elf ELF program header segment 1 (addresses 0x0000000000000000 - 0x00000000000271e0)
mrom.reset (addresses 0x0000000000001000 - 0x0000000000001028)
make: *** [Makefile:226: qemu] Error 1
I am not familiar with this, thank you.
The text was updated successfully, but these errors were encountered:
I tried using spike to boot linux, and it passed. However, when I use qemu, it doesn't work.
Command:
make qemu
Log:
I am not familiar with this, thank you.
The text was updated successfully, but these errors were encountered: