On 07/13/11 02:53, Mahmood Naderan wrote: > I am trying to compile gem5 with gcc-4.6 however there are some errors > regarding uninitialized const variables > > build/X86_FS/arch/x86/decoder.cc:6542:42: error: uninitialized const > 'dummyExtMachInst' [-fpermissive] > > The line is: > static const ExtMachInst dummyExtMachInst; > > What is the initial value of dummyExtMachInst?
We're working on getting things to work with 4.6 in the background, but that's a very new compiler and it's known that gem5 won't compile with it. If you use one that's a little older it should be fine. Gabe _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
