From 47a5748ee0487d8fa99e3b247e5e50ebd0afecc9 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Tue, 16 Apr 2024 12:43:02 -0700 Subject: [PATCH] Update build-toolchain-extra.sh --- scripts/build-toolchain-extra.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-toolchain-extra.sh b/scripts/build-toolchain-extra.sh index 1cd45bcf..4e7b29c6 100755 --- a/scripts/build-toolchain-extra.sh +++ b/scripts/build-toolchain-extra.sh @@ -115,6 +115,7 @@ echo '==> Installing DRAMSim2 Shared Library' cd $RDIR git submodule update --init tools/DRAMSim2 cd tools/DRAMSim2 +make clean make libdramsim.so cp libdramsim.so $RISCV/lib/