Hi, How can I modify compiler path before making the source files. There exist multiple version of gcc and g++ on my system and I want to explicitly state
CC = /usr/bin/gcc-4.5 CXX = /usr/bin/g++-4.5 I found two Makefiles /home/mahmood/gem5-stable/util/m5/Makefile.x86 /home/mahmood/gem5-stable/util/tap/Makefile Still there are some Makefiles but I don't know if that is a good solution. Any idea about that? thanks -- // Naderan *Mahmood; _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
