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
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
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
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
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'