On Fri, Oct 28, 2011 at 9:49 PM, Nilay Vaish <[email protected]> wrote:
> Searching online revealed that Steve suggested to some one on m5-users list > this might be because difference in python used in compilation and that used > while execution. I am not sure how to check whether or not the two versions > are different. > Good catch... I had forgotten about that issue. I'm not sure how you check after the fact that you used the same version, but you can make sure to avoid it by building from scratch (including deleting all the *.pyc files under src) and making sure you use the right python version when running scons (see http://gem5.org/Using_a_non-default_Python_installation). Unfortunately I did a build from scratch on a configuration where 2.7.1 was the default python and still got the same original error. (I didn't try your patch.) So unfortunately the fix for 2.7 is not that simple. Steve _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
