Hi,
I had this same issue, however, it was because I attempt to compile with
Python3 instead of 2, this may be your problem on MacOS.
Regards,
Vitorio.
From: gem5-users [mailto:gem5-users-boun...@gem5.org] On Behalf Of Gabe Black
Sent: Tuesday, November 28, 2017 1:55 PM
To: gem5 users mailing
Hello,
Which scons version are you using? I had a similar problem, solution to this
was using scons version 2.5.1.
Hope this helps
Serhat Gesoglu
From: gem5-users [gem5-users-boun...@gem5.org] on behalf of Samon Shivastar
[rulethek...@gmail.com]
Sent: 28
Hello everyone
I cloned latest code from gem5 repo and getting the following error while
compiling:
scons build/X86/gem5.opt -j5
*** Error loading site_init file './site_scons/site_init.py':
File "./site_scons/site_init.py", line 55
print """
For more details, see:
http://gem5.org
Hi,
I want to run FS with 16 cores on x86 ISA. i want to know i need modifying
fs.py in configs/example/ ? Because i remember i read something about how
to run it,someone use this command line to run it: ./build/x86/gem5.opt
configs/example/ruby_fs.py .
So anyone know it? if you know somethin
Hello,
I am simulating an OoO architecture using AArch64 and FS timing mode. I need to
clarify which register index
represents the register that is stored to the memory, when a store instruction
is executed. Is there any way to be
aware of which source register (index) is the one that represen