Thank you for your help sir..... The Scons error is posted only in the gcc 4.4.5 version...
I tried gcc 4.1.2... & g++ 4.1.2. Scons is running fine now. I also edited the Sconscript file because it is treating warnings as errors. The compilation is done fine. But in between i got SWGPY_SLICE_ARG error because of the swig 2.0... Then i removed it and installed swig 1.3.30. That problem is also rectified then. . Now i have successfully compiled the ALPHA_FS system. But when i try to run it i am getting 'segmentation fault' error. On Thu, Nov 10, 2011 at 8:35 AM, Ali Saidi <[email protected]> wrote: > Do you have g++ installed? What happens if you run: g++ -dumpversion > > ? > > Ali > > On Tue, 8 Nov 2011 23:33:07 +0530, Meeran Mohideeen <[email protected]> > wrote: > > HI, > > When i try to compile gem5 in ubuntu10.10 using scons. I am getting the > following error. > > meeran@ubuntu:~/gem5-stable-b9ba22cb23f2$ scons build/ALPHA_FS/gem5.opt > scons: Reading SConscript files ... > Error: Don't know what compiler options to use for your compiler. > Please fix SConstruct and src/SConscript and try again. > > I tried modifying SConscript file. But i dont find " Don't know what > compiler options to use for your compiler. > Please fix SConstruct and src/SConscript and try again." anywhere > in that file. > Also i tried editing SConstruct file where it is checking for my compiler > in a ifelse way. It is checking for 'GCC'. I am having gcc 4.4.5. > Then why this is happening. > How do i rectify it. > > Please help me.... > > > > _______________________________________________ > 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
