Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-17 Thread Ali Saidi
.py", > line 107, in > class Event(m5.internal.serialize.Serializable): > AttributeError: 'module' object has no attribute 'internal' > > -Kalai > > > From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On > Behalf O

Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-15 Thread Kalai Narayanan-SSI
class Event(m5.internal.serialize.Serializable): AttributeError: 'module' object has no attribute 'internal' -Kalai From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Ali Saidi Sent: Thursday, January 10, 2013 7:53 AM To: gem5 users mailing li

Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-10 Thread Ali Saidi
THONPATH=/share/projects/IP/local_2/lib64/python2.7", but still I'm seeing the same issue. > > -Kalai > > -Original Message- > From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Andreas Hansson > Sent: Wednesday, January 09, 2013

Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-09 Thread Kalai Narayanan-SSI
n...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Andreas Hansson Sent: Wednesday, January 09, 2013 3:17 PM To: gem5 users mailing list Subject: Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH Hi Kalai, Check out the slides from http://gem5.org/dist/tutorials/hipeac2012/gem5

Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-09 Thread Andreas Hansson
Original Message- >From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On >Behalf Of Andreas Hansson >Sent: Wednesday, January 09, 2013 2:48 PM >To: sa...@umich.edu; gem5 users mailing list >Subject: Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH >

Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-09 Thread Kalai Narayanan-SSI
-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Andreas Hansson Sent: Wednesday, January 09, 2013 2:48 PM To: sa...@umich.edu; gem5 users mailing list Subject: Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH Hi Kalai, Just a thought...while you are busy making all

Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-09 Thread Andreas Hansson
t;gem5-users@gem5.org<mailto: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

Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-09 Thread Ali Saidi
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: > > Trace

Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-09 Thread Kalai Narayanan-SSI
bgcc_s.so.1 (0x2b8630842000) libc.so.6 => /lib64/libc.so.6 (0x0030a420) /lib64/ld-linux-x86-64.so.2 (0x0030a3a0) I’ll also run with the –verbose option to see the linker commands. -Kalai From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.

Re: [gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-09 Thread Ali Saidi
Hi Kalai, I haven't seen that error before, but I'd guess it would might have something to do with how gcc was configured. You might want to turn on the verbose option (--verbose) and take a look at the command lines being generated by the linker. Additionally, you probably need to set LD_LIBR

[gem5-users] LD_LIBRARY_PATH & LIBRARY_PATH

2013-01-09 Thread Kalai Narayanan-SSI
Hi, My command for building is: ../../scons/scons-2.2.0/build/scripts/scons build/ARM/gem5.opt SWIG=/share/projects10/IPproject/workspace/kalai.rajah/swig/swig-2.0.9/bin/swig CXX=/share/projects/IP/local_2/bin/g++ --no-colors LD_LIBRARY_PATH=/share/projects/IP/local_2/lib64/ LIBRARY_PATH=/share