aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-rv32ima.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-rv32ima.sh b/build-rv32ima.sh
index eaa0bb8..b094174 100755
--- a/build-rv32ima.sh
+++ b/build-rv32ima.sh
@@ -11,6 +11,6 @@ build_project riscv-fesvr --prefix=$RISCV
build_project riscv-isa-sim --prefix=$RISCV --with-fesvr=$RISCV --with-isa=rv32ima
build_project riscv-gnu-toolchain --prefix=$RISCV --with-arch=rv32ima --with-abi=ilp32
CC= CXX= build_project riscv-pk --prefix=$RISCV --host=riscv32-unknown-elf
-build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang
+build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang --disable-werror
echo -e "\\nRISC-V Toolchain installation completed!"