----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3524/#review8430 -----------------------------------------------------------
I think this was fixed by the following commit: https://github.com/gem5/gem5/commit/0e80ee7778748dff65edacb96fbc9b70b605ea69 - Andreas Sandberg On June 22, 2016, 1:46 p.m., Matthias Jung wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/3524/ > ----------------------------------------------------------- > > (Updated June 22, 2016, 1:46 p.m.) > > > Review request for Default and Andreas Sandberg. > > > Repository: gem5 > > > Description > ------- > > A compilation error occurs when compiling with clan on macOS: > > ``` scons > > [ CXX] ARM/sim/power/mathexpr_powermodel.cc -> .o > In file included from build/ARM/sim/mathexpr.cc:40: > build/ARM/sim/mathexpr.hh:87:36: error: implicit instantiation of undefined > template 'std::__1::array<MathExpr::OpSearch, 6>' > std::array<OpSearch, uNeg + 1> ops; > ^ > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__tuple:116:65: > note: template is declared here > template <class _Tp, size_t _Size> struct _LIBCPP_TYPE_VIS_ONLY array; > ^ > [ SWIG] ARM/python/m5/internal/AbstractMemory_vector.i -> _wrap.cc, .py > [ SWIG] ARM/python/m5/internal/AbstractNVM_vector.i -> _wrap.cc, .py > > ``` > > this is due to missing includes in mathexpr.hh > > > Diffs > ----- > > src/sim/mathexpr.hh 80e79ae636ca > > Diff: http://reviews.gem5.org/r/3524/diff/ > > > Testing > ------- > > > Thanks, > > Matthias Jung > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
