Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit fdca6af

Browse files
committed
#74 try manual downgrade of binutils
1 parent 4887085 commit fdca6af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/install_dependencies.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,13 @@ if [ $ARCH == "windows_x86" ]; then
8181
fi
8282

8383
if [ $ARCH == "windows_amd64" ]; then
84-
pacman --noconfirm --needed -S git base-devel mingw-w64-x86_64-binutils-2.36-1 mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake \
84+
pacman --noconfirm --needed -S git base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake \
8585
mingw-w64-x86_64-boost mingw-w64-x86_64-eigen3 rsync unzip zip mingw-w64-x86_64-libftdi bison flex \
8686
mingw-w64-x86_64-gcc-ada p7zip mingw-w64-x86_64-jsoncpp
8787

88+
wget https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-binutils-2.36-1-any.pkg.tar.zst
89+
pacman --noconfirm -U mingw-w64-x86_64-binutils-2.36-1-any.pkg.tar.zst
90+
8891
x86_64-w64-mingw32-gcc --version
8992
x86_64-w64-mingw32-g++ --version
9093
fi

0 commit comments

Comments
 (0)