summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvind Chauhan <arvind.chauhan@arm.com>2018-10-30 09:28:22 +0000
committerArvind Chauhan <arvind.chauhan@arm.com>2018-10-30 09:28:22 +0000
commite9c92b035bba8ddc4d8bcfb3830e95645275d96a (patch)
tree60871af6ea665c98f28b29018f87372b5ae07a37
parent29d7a34b004ad03e687e69fb67afbd80cfe8ac5b (diff)
SGM775: Update SGM775 FVP Linux64_GCC version to 4.8armlt-20190222-00218.10
SGM775 FVP, version 11.1.30, uses Linux64_GCC-4.8 Signed-off-by: Arvind Chauhan <arvind.chauhan@arm.com>
-rwxr-xr-xsgm775/run_model.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgm775/run_model.sh b/sgm775/run_model.sh
index b15de10..3b672b1 100755
--- a/sgm775/run_model.sh
+++ b/sgm775/run_model.sh
@@ -62,7 +62,7 @@ model binary, currently it is set to \"$MODEL\""
fi
# GGA/GRM specific
-PATH_TO_SIDECHANNEL_LIB="$PATH_TO_MODEL_ROOT/plugins/Linux64_GCC-4.9/Sidechannel.so"
+PATH_TO_SIDECHANNEL_LIB="$PATH_TO_MODEL_ROOT/plugins/Linux64_GCC-4.8/Sidechannel.so"
PATH_TO_RECONCILER_LIB="$PATH_TO_MODEL_ROOT/GGA/reconciler/linux-x86_64/gcc-4.9.2/rel/libReconciler.so"
PATH_TO_SETTINGS_INI_GENERATOR="settings_generator.sh"