Re: [m5-users] compiling with gcc 4.1.1

2007-03-30 Thread Ali Saidi
We'll be releasing a version that fixes the gcc 4.1 incompatibilities. Ali On Mar 30, 2007, at 5:53 PM, [EMAIL PROTECTED] wrote: M5 2.0 has a similar problem with gcc 4.1.+ as well. I moved back to gcc 4.0.0 and everything worked! -Mojtaba Quoting Steve Lieberman <[EMAIL PROTECTED]>: Ha

Re: [m5-users] compiling with gcc 4.1.1

2007-03-30 Thread mehrara
M5 2.0 has a similar problem with gcc 4.1.+ as well. I moved back to gcc 4.0.0 and everything worked! -Mojtaba Quoting Steve Lieberman <[EMAIL PROTECTED]>: > > Has anyone encountered build problems with gcc 4.1 such as the following? > > > g++ -pipe -fno-strict-aliasing -Wall -Wno-sign-compare -

[m5-users] compiling with gcc 4.1.1

2007-03-30 Thread Steve Lieberman
Has anyone encountered build problems with gcc 4.1 such as the following? g++ -pipe -fno-strict-aliasing -Wall -Wno-sign-compare -Werror -Wundef -g -O5 -m32 -fPIC -Iext/dnet -IALPHA -Im5 -c -o ALPHA/arch/alpha/decoder.os ALPHA/arch/alpha/decoder.cc cc1plus: warnings being treated as errors m5/a

Re: [m5-users] Instruction exectuion in M5

2007-03-30 Thread Prabhat Kumar
Hi Gabe, Thanks for your reply. Actually I forgot to mention that I am using M5 ver 1.1 but the file m5/arch/alpha/isa_desc in ver1.1 is similar to the file you mentioned. Correct me if I am wrong.Also I am new to M5 so I dont know how to add a print statement in the above mentioned file. Can