Your simulation isn't actually starting so there's probably nothing wrong with the debug flags. It looks like you've changed se.py and created a syntax error on line 66. That line says something different in the version in the repository.

Gabe

Quoting xxx <[email protected]>:

Hi,
I try to use the trace option in the following, but the core down.
-----------------------------------------------------------------------------------------------------------
[root@linjia-mac gem5]# ./build/ARM_SE/gem5.opt  --debug-flags=Cache,Bus
--trace-start=2400 configs/example/se.py
gem5 Simulator System.  http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.

gem5 compiled Oct  3 2011 15:49:12
gem5 started Oct  4 2011 03:46:16
gem5 executing on linjia-mac
command line: ./build/ARM_SE/gem5.opt --debug-flags=Cache,Bus
--trace-start=2400 configs/example/se.py
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/linjia/simulator/arm_se/gem5/src/python/m5/main.py", line 328,
in main
    filecode = compile(filedata, filename, 'exec')
  File "configs/example/se.py", line 66
    default=joinpath(m5_root, "tests/test-progs/hello/bin/%s/linux/hello" %
\   ##this is the default test program.

^
SyntaxError: unexpected character after line continuation character
gem5.opt: build/ARM_SE/sim/eventq.cc:63: virtual Event::~Event(): Assertion
`!scheduled()' failed.
Program aborted at cycle 0
Aborted (core dumped)
[root@linjia-mac gem5]#
---------------------------------------------------------------------

Joshua



_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to