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.
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to