[gem5-users] Re: About using gem5 with RISCV arch.
Thank you, now it works. ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org
[gem5-users] Re: About using gem5 with RISCV arch.
You’re trying to run a full-system simulation there and that requires specifying a disk image. The \`src/base/loader/image_file_data.cc:110: fatal: fatal condition fd < 0 occurred: Failed to open file None.\` error you are receiving is because you didn’t specify this. I’d recommend using the ge