From 5b08ae2372c4d20e332891b54c1266b30df90b3e Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Mon, 9 Jan 2017 09:33:42 -0600 Subject: misc: Documentation Update Updates for READMEs of /util/cxx_config, /util/systemc, /util/tlm. Some minor corrections, mostly with respect to MAC/OSX Signed-off-by: Jason Lowe-Power --- util/tlm/README | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'util/tlm') diff --git a/util/tlm/README b/util/tlm/README index fc620f145..cf2a4acfd 100644 --- a/util/tlm/README +++ b/util/tlm/README @@ -35,10 +35,26 @@ without python. > scons --with-cxx-config --without-python build/ARM/libgem5_opt.so > cd util/tlm +Note: For MAC / OSX this command should be used: +> scons --with-cxx-config --without-python build/ARM/libgem5_opt.dylib + Set a proper LD_LIBRARY_PATH e.g. for bash: > export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/path/to/gem5/build/ARM/" -Then edit the Makefile to set the paths for SystemC and run make +or for MAC / OSX: +> export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/path/to/gem5/build/ARM/" + +Then edit the Makefile to set the paths for SystemC: + + Linux: + SYSTEMC_INC = /opt/systemc/include + SYSTEMC_LIB = /opt/systemc/lib-linux64 + + MAC / OSX: + SYSTEMC_INC = /opt/systemc/include + SYSTEMC_LIB = /opt/systemc/lib-macosx64 + +Then run make: > make -- cgit v1.2.3