Hi, Kenneth
I have met the same problem when compiling gem5-graphic, did you finally fix
this problem ?
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_int
Hello,
Unfortunately, I don't think gem5 is the right tool for this job. When you
run that command, gem5's embedded python interpreter is executing `se.py`.
There's not really a way to easily get around this. You could try to
compile gem5 without python (--without-python, IIRC), but then configuri
On Fri, Jul 2, 2021 at 3:47 PM Jason Lowe-Power wrote:
> Hello,
>
> Unfortunately, I don't think gem5 is the right tool for this job. When you
> run that command, gem5's embedded python interpreter is executing `se.py`.
> There's not really a way to easily get around this. You could try to
> comp