Hi Kalai,

Just a thought...while you are busy making all the tools and libraries like 
each other, if you just want to get going, an Ubuntu 12 virtual machine only 
needs a single apt-get install command and you're good to go. The latter will 
not be as performant, but at least you have something that works in the interim.

Andreas

From: Ali Saidi <sa...@umich.edu<mailto:sa...@umich.edu>>
Reply-To: "sa...@umich.edu<mailto:sa...@umich.edu>" 
<sa...@umich.edu<mailto:sa...@umich.edu>>, gem5 users mailing list 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>>
Date: Wednesday, 9 January 2013 22:43
To: "gem5-users@gem5.org<mailto:gem5-users@gem5.org>" 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>>
Subject: Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH


Hi Kalai,



This I have seen before and is caused by python not being compatible with the 
libc that is in the LD_LIBRARY_PATH.



Ali



On 09.01.2013 17:37, Kalai Narayanan-SSI wrote:
Hi Ali,

If I set LD_LIBRARY_PATH AND LIBRARY_PATH env variables, then executing results 
in:

Traceback (most recent call last):
  File "<string>", line 1, in ?
  File 
"/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/importer.py",
 line 73, in load_module
    exec code in mod.__dict__
  File 
"/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/m5/__init__.py",
 line 35, in ?
    import internal
  File 
"/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/importer.py",
 line 73, in load_module
    exec code in mod.__dict__
  File 
"/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/m5/internal/__init__.py",
 line 31, in ?
    import event
  File 
"/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/importer.py",
 line 73, in load_module
    exec code in mod.__dict__
  File 
"/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/build/ARM/python/swig/event.py",
 line 107, in ?
    class Event(m5.internal.serialize.Serializable):
AttributeError: 'module' object has no attribute 'internal'



-- IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.

_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to