Which gcc version would work with 2.0b5, if I install that gcc is it going to work?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of nathan binkert Sent: Tuesday, July 21, 2009 4:45 PM To: M5 users mailing list Subject: Re: [m5-users] compiler options to scons build? 2.0b5 may not actually work with that version of gcc. It could also be the way that SCons is trying to parse the version information. I seem to recall fixing this a while ago. Take a look at more recent SConstruct files or try to apply your patches to a more recent version. Nate > I was trying to run m5_2.0beta5 version of M5, (Because I found a patch > which can be applied to this version). But while building itself I am > getting the following error. I do not understand what compiler options I > have to provide. In case of beta6 version, I didnt get this error. > > > > scons build/ALPHA_FS/m5.opt > > scons: Reading SConscript files ... > > > > scons: warning: The Options class is deprecated; use the Variables class > instead. > > File "/home/shiva/Install/m5-2.0beta5/SConstruct", line 261, in <module> > > Error: Don't know what compiler options to use for your compiler. > > Please fix SConstruct and src/SConscript and try again. > > > > Also tried this : > > scons CC=gcc build/ALPHA_FS/m5.opt > > scons: Reading SConscript files ... > > > > scons: warning: The Options class is deprecated; use the Variables class > instead. > > File "/home/shiva/Install/m5-2.0beta5/SConstruct", line 261, in <module> > > Error: Don't know what compiler options to use for your compiler. > > Please fix SConstruct and src/SConscript and try again. > > > > The gcc version installed is gcc version 4.3.2 (Debian 4.3.2-1.1) > > > > > > Thanks in advance, > > -Shiva > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
