[gem5-users] Re: About using gem5 with RISCV arch.

2023-10-22 Thread eliovinciguerra22--- via gem5-users
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.

2023-10-18 Thread bbruce--- via gem5-users
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