Hi,

I want to build gem5 on x86_64 Red Hat server where I don't have root
access. When I run : scons build/ARM/gem5.opt it prints following error :

scons: Reading SConscript files ...
Error: gcc version 4.4 or newer required.
       Installed version: 4.1.2

I understand that gcc version being detected as per SConscript isn't 4.4 or
up. However, the server does have following gcc configured :

gcc44 (GCC) 4.4.7 20120313 (Red Hat 4.4.7-1)

This left me with two things : Either to edit SConscript or to configure
gcc locally and ask SConscript to detect that. However, building gcc is
taking time and hasn't been a success for me.

May anyone please guide me on how I can get gem5 up and running on Red Hat
server ? Also, if I'm correct then different flavors of Linux OS configure
gcc differently, then editing SConscript such that it checks for other type
of gcc configuration is ideal option ?

-- 
Thank You and Warm Regards,

Chetan Patil
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to