Hi, thanks for using gem5. What errors do you get from the Ruby compile? That might help the ruby people help you.
Also in the future, try to pick a list that best applies to your question (user or dev). Since this is more getting things setup and general gem5 functionality, I think this should stay on the users list. On Tue, Jun 21, 2011 at 1:52 AM, Thomas Patson <[email protected]>wrote: > Hi, > > I'm a newbie to Gem5 and Scons. I was trying to compile the ALPHA_FS system > with Ruby but I got the 'operator overload' error. Then upon searching the > mailing list, I found that compiling with gcc 4.1.2 is known to cause > problems. So , it's recommended to compile with anything over 3.4.6 but not > 4.1.2. > > Now, I have access to gcc 3.4.6 and gcc 4.4.4 on the machine on which i'm > building gem5 but i don't administer it. To solve the issue I am facing, I > tried to create an alias for gcc which points to the two other gccs , but > that didn't work. I tried fiddling with the SConstruct file by directly > assigning 'gcc_version = '4.4.4' ' but that didn't work either. It's not > working because when it tries to build some of the Ruby files, it's still > trying to link with the libraries that are for gcc 4.1.2 (and gcc 4.1.2 is > the default version on the system). > > So , the question is "What changes do you suggest I should make in the > SConstruct file so that I can make it look for the right gcc version and > libraries for that version when compiling gem5 '. > > Thanks! > > Tom > _______________________________________________ > gem5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/gem5-dev > -- - Korey _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
