I want to specify gem5 which g++ compiler to use (in this case g++44), not change default compiler of bash. In which file can I set the compiler path Thanks
On Sat, Jan 26, 2013 at 9:50 PM, Fangfei Liu <[email protected]> wrote: > Hi, you can add an environment variable CXX. For example, if you use > bash, you can add a line in your .bashrc file: > > > > export CXX=g++44 > > > > Hope it helps. > ------------------------------ > *From:* [email protected] [[email protected]] on > behalf of SHARAN MORA (RIT Student) [[email protected]] > *Sent:* Saturday, January 26, 2013 9:43 PM > *To:* [email protected] > *Subject:* [gem5-users] (no subject) > > Hi Everyone, > How do I set gem5 to use g++44 compiler instead of g++ compiler. I cannot > directly upgrade my gcc version 4.1.2 as I use Centos 5. > Thanks, > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
