Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/49453 )
Change subject: util: Add USE_SYSTEMC=0 to the scons command line in
tlm/README.
......................................................................
util: Add USE_SYSTEMC=0 to the scons command line in tlm/README.
The CXX config code is not entirely correct, and will fail with some of
the objects defined for systemc support. If you're going to build gem5
with --with-cxx-config, you have to also disable the systemc support.
This had been updated in the gem5_with_systemc/README file, but not in
the tlm/README file.
Change-Id: Icd933e867c5e51fe8725a4a2c0925c41675ce4fd
---
M util/tlm/README
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/util/tlm/README b/util/tlm/README
index 9a2d57b..8098afa 100644
--- a/util/tlm/README
+++ b/util/tlm/README
@@ -93,12 +93,12 @@
> cd ../..
> scons build/ARM/gem5.opt
-> scons --with-cxx-config --without-python --without-tcmalloc \
+> scons --with-cxx-config --without-python --without-tcmalloc
USE_SYSTEMC=0 \
> build/ARM/libgem5_opt.so
> cd util/tlm
Note: For MAC / OSX this command should be used:
-> scons --with-cxx-config --without-python --without-tcmalloc \
+> scons --with-cxx-config --without-python --without-tcmalloc
USE_SYSTEMC=0 \
> build/ARM/libgem5_opt.dylib
To build all sources of the SystemC binding and the examples simply run
scons:
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/49453
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Icd933e867c5e51fe8725a4a2c0925c41675ce4fd
Gerrit-Change-Number: 49453
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s