Gabe Black has submitted this change. ( 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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49453
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
Tested-by: kokoro <[email protected]>
---
M util/tlm/README
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




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: 2
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to