-
Notifications
You must be signed in to change notification settings - Fork 61
Description
In file included from macsimComponent.cpp:8:
/lus/scratch/gummav/MacSim_SST/build/include/sst/core/simulation.h:17:10: fatal error: sst/core/output.h: No such file or directory
#include "sst/core/output.h"
^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[5]: *** [Makefile:928: macsimComponent.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
src/macsim.cc: In member function 'void macsim_c::initialize(int, char**)':
src/macsim.cc:763:11: error: 'make_unique' was not declared in this scope
m_MMU = make_unique();
^~~~~~~~~~~
src/macsim.cc:763:11: note: 'std::make_unique' is defined in header ''; did you forget to '#include '?
src/macsim.cc:70:1:
+#include
#include "statistics.h"
src/macsim.cc:763:11:
m_MMU = make_unique();
^~~~~~~~~~~
src/macsim.cc:763:26: error: expected primary-expression before '>' token
m_MMU = make_unique();
^
src/macsim.cc:763:28: error: expected primary-expression before ')' token
m_MMU = make_unique();
^
make[5]: *** [Makefile:904: src/macsim.lo] Error 1
src/all_knobs.cc: In constructor 'all_knobs_c::all_knobs_c()':
src/all_knobs.cc:5:1: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
all_knobs_c::all_knobs_c() {
^~~~~~~~~~~
src/all_stats.cc: In constructor 'all_stats_c::all_stats_c(ProcessorStatistics*)':
src/all_stats.cc:4:1: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
all_stats_c::all_stats_c(ProcessorStatistics* procStat) {
^~~~~~~~~~~
make[5]: Leaving directory '/lus/cls01029/gummav/MacSim_SST/sst_elements/src/sst/elements/macsimComponent'
make[4]: *** [Makefile:949: install-recursive] Error 1
make[4]: Leaving directory '/lus/cls01029/gummav/MacSim_SST/sst_elements/src/sst/elements/macsimComponent'
make[3]: *** [Makefile:499: install-recursive] Error 1
make[3]: Leaving directory '/lus/cls01029/gummav/MacSim_SST/sst_elements/src/sst/elements'
make[2]: *** [Makefile:501: install-recursive] Error 1
make[2]: Leaving directory '/lus/cls01029/gummav/MacSim_SST/sst_elements/src/sst'
make[1]: *** [Makefile:519: install-recursive] Error 1
make[1]: Leaving directory '/lus/cls01029/gummav/MacSim_SST/sst_elements/src'
make: *** [Makefile:551: install-recursive] Error 1
ERROR: building in sst_elements