Hi All,

I just updated my gem5 repo and now I am getting error which was not the
case before. By running simple.py, I am getting following error:

command line: build/X86/gem5.opt configs/tutorial/simple.py

                         Traceback (most recent call last):
                          File "<string>", line 1, in <module>
                            File "/****/gem5/src/python/m5/main.py", line
400, in main
                         exec filecode in scope
                          File "configs/tutorial/simple.py", line 51, in
<module>
                           process =
LiveProcess(cmd='tests/test-progs/hello/bin/x86/linux/hello')

I am getting following error:

                             NameError: name 'LiveProcess' is not defined

Where is the LiveProcess()? If nowhere, how do we assign workload to CPU?

Help Please!!!


Thanks

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

Reply via email to