[gem5-users] Mounting X86 Disk Image

2024-03-17 Thread Thomas, Samuel via gem5-users
Hi all, I'm trying to build an x86 disk image that I can mount and install a benchmark to run. I have tried downloading the pre-installed image from https://storage.googleapis.com/dist.gem5.org/dist/develop/images/x86/ubuntu-18-04/x86-ubuntu.img.gz and building from the gem5-resources source using

[gem5-users] Re: [EXT] Re: Version of gem5

2024-03-17 Thread Beser, Nicholas D. via gem5-users
Hoa, Thank you, you were correct, the system put the version number in the output. If I try -v it acts like I requested –help. Nick From: Hoa Nguyen via gem5-users Sent: Sunday, March 17, 2024 5:39 PM To: The gem5 Users mailing list Cc: yb_zh...@mail.ustc.edu.cn; Hoa Nguyen Subject: [EXT] [g

[gem5-users] Re: Version of gem5

2024-03-17 Thread Hoa Nguyen via gem5-users
Hi all, It seems to be a bug in gem5. You can run the gem5 binary without any arguments. The gem5 version is within the first few lines of the output. Regards, Hoa Nguyen On Sun, Mar 17, 2024, 14:31 yb_zhang--- via gem5-users wrote: > I tried it in my environment and got the same error as you

[gem5-users] Re: Version of gem5

2024-03-17 Thread yb_zhang--- via gem5-users
I tried it in my environment and got the same error as you, which makes me wonder maybe it's a bug. but you can still check the version of gem5 by running the command build/X86/gem5.opt -v. More options for command line arguments can be found under src/python/m5/main.py, you can take a look at

[gem5-users] Version of gem5

2024-03-17 Thread Beser, Nicholas D. via gem5-users
I wanted to confirm the version number of the gem5 that I was running, so I thought I could just try: Build/X86/gem5.opt -B Or Build/X86/gem5.opt -version Neither command sequence worked. -version produced the error message no such option, and -B produced AttributeError: module 'm5-defines'