[gem5-dev] Missing m_flit_width definition.

2014-10-25 Thread Todd Bezenek via gem5-dev
(I'm a gem5 newbie, so please excuse me if this is an easy/know issue.) Please let me know if this is the wrong place to post this. I'm using Mac OS X (Mavericks). I downloaded the standard gem5 source tree (on Oct. 25, 2014): bash> hg clone http://repo.gem5.org/gem5 and built it with the foll

Re: [gem5-dev] Missing m_flit_width definition.

2014-10-27 Thread Mitch Hayenga via gem5-dev
This kind of thing happens fairly often. The compilation is set to error out if it detects unused variables. Over time the compilers get smarter and detect variables as unused that for whatever reason the compiler previously couldn't detect. >From my experience Clang on OS X tends to see most of