Hi everyone,

I built gem5 on another machine.. The build was successful, but when I
tried to simply run "hello" binary I got an error.. If anyone has a
solution to this I will be glad..

Thanks in advance
Burak,

muhammet@server1:~/Documents/GEM5_Documentatioon/gem5-ca98021c3f96>
./build/ALPHA_SE/gem5.opt ./configs/example/se.py -c
./tests/test-progs/hello/bin/alpha/linux/hello
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File
"/home/muhammet/Documents/GEM5_Documentatioon/gem5-ca98021c3f96/src/python/importer.py",
line 73, in load_module
    exec code in mod.__dict__
  File
"/home/muhammet/Documents/GEM5_Documentatioon/gem5-ca98021c3f96/src/python/m5/__init__.py",
line 44, in <module>
    import SimObject
  File
"/home/muhammet/Documents/GEM5_Documentatioon/gem5-ca98021c3f96/src/python/importer.py",
line 73, in load_module
    exec code in mod.__dict__
  File
"/home/muhammet/Documents/GEM5_Documentatioon/gem5-ca98021c3f96/src/python/m5/SimObject.py",
line 40, in <module>
    from m5.util import *
  File
"/home/muhammet/Documents/GEM5_Documentatioon/gem5-ca98021c3f96/src/python/importer.py",
line 73, in load_module
    exec code in mod.__dict__
  File
"/home/muhammet/Documents/GEM5_Documentatioon/gem5-ca98021c3f96/src/python/m5/util/__init__.py",
line 38, in <module>
    from code_formatter import code_formatter
  File
"/home/muhammet/Documents/GEM5_Documentatioon/gem5-ca98021c3f96/src/python/importer.py",
line 73, in load_module
    exec code in mod.__dict__
  File
"/home/muhammet/Documents/GEM5_Documentatioon/gem5-ca98021c3f96/src/python/m5/util/code_formatter.py",
line 28, in <module>
    import inspect
  File "/usr/local/lib/python2.6/inspect.py", line 41, in <module>
    from operator import attrgetter
ImportError: /usr/local/lib/python2.6/lib-dynload/operator.so: undefined
symbol: _Py_ZeroStruct


-- 
*Mehmet Burak AYKENAR
Graduate Student of Computer Engineering
Research Assistant
**TOBB ETU Z-10
Microprocessors Laboratory*
*
mbaykenar.etu.edu.tr
[email protected]*
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to