Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am facing issues in installing MacSimComponent in SST #73

Open
gummadhav opened this issue Dec 11, 2024 · 1 comment
Open

I am facing issues in installing MacSimComponent in SST #73

gummadhav opened this issue Dec 11, 2024 · 1 comment

Comments

@gummadhav
Copy link

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

@gummadhav
Copy link
Author

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:764:11: error: 'make_unique' was not declared in this scope
m_MMU = make_unique();
^~~~~~~~~~~
src/macsim.cc:764:11: note: 'std::make_unique' is defined in header ''; did you forget to '#include '?
src/macsim.cc:71:1:
+#include
#include "statistics.h"
src/macsim.cc:764:11:
m_MMU = make_unique();
^~~~~~~~~~~
src/macsim.cc:764:26: error: expected primary-expression before '>' token
m_MMU = make_unique();
^
src/macsim.cc:764: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) {
^~~~~~~~~~~
I am getting this MMU error even after putting the line #include in macsim.cc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant