But when I run "build/X86/gem5.opt configs/example/se.py -c
tests/test-progs/hello/bin/x86/linux/hello --remote-gdb-port=0"
it shows "se.py:error:no such option:--remote-gdb-port". So how to use this
command ?
-原始邮件-
发件人:"Jason Lowe-Power"
发送时间:2017-07-04 22:11:32 (星期二)
收件人: "gem5 us
A quick fix is to run with --remote-gdb-port=0.
Jason
On Mon, Jul 3, 2017 at 10:45 PM 赵智慧 wrote:
> Hello,all
>
> I activated Win10's built-in Ubuntu, and then install gem5 on this ubuntu.
>
> After compiling the X86 architecture with scons, I run the command
> “build/X86/gem5.opt configs/exampl
Hi Sharjeel,
Here's an example script that I've used:
https://github.com/powerjg/gem5/blob/features/tardis/configs/myconfigs/runkvm.py#L99.
In that same branch (features/tardis) there are also more complicated
scripts that fast-forward, switch CPUs, and reset stats.
In general, I strongly encoura
Hi Jason,
I am sorry but this is very old conversation but still if you please help.
You said that I can modify the python script to dump stats and restart
simulation. How can I do that and where in simulation.py I can do that.
Thanks for your help.
regards,
sharjeel
On 6 June 2017 at 19:11, Jas