To build Gem5 on CentOS, you need to set the PATH variable to pick python 2.7 instead of 2.6, which is a default. The PATH variable can be set using the following command:
export PATH="/usr/local/python2.7/bin:$PATH" You will have to confirm is your python2.7 is in the specified location. Gem5 should, then, build seamlessly. Hope this helps. Best Regards, Sneha N Ved
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
