Hello! I am new to gem5 and I am trying to install the simulator on my iMac pc (OSversion: High Sierra 10.13.6). All the dependencies specified on the site have been installed with 'homebrew' to the correct version. And gem5 is pulled with 'hg clone http://repo.gem5.org/gem5'. The problem i am currently stuck with is that when i try to first compile M5 in the gem5 directory with 'scons build/ARM/gem5.opt', it stopped with errors mostly being: **/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:3656:5: error: destructor called on non-final 'Stats::BinaryNode<std::__1::multiplies<double> >' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor]** __data_.second().~_Tp(); ^
I couldn't find any relevant answers regarding this, since most gem5 users are using linux. I checked most wiki and couldn't find any similar problem at all. Thanks in advance Jimi _______________________________________________ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev