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

Commit

Permalink
#74 try manual downgrade of binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
edbordin committed Mar 4, 2021
1 parent 4887085 commit fdca6af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,13 @@ if [ $ARCH == "windows_x86" ]; then
fi

if [ $ARCH == "windows_amd64" ]; then
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 \
pacman --noconfirm --needed -S git base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake \
mingw-w64-x86_64-boost mingw-w64-x86_64-eigen3 rsync unzip zip mingw-w64-x86_64-libftdi bison flex \
mingw-w64-x86_64-gcc-ada p7zip mingw-w64-x86_64-jsoncpp

wget https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-binutils-2.36-1-any.pkg.tar.zst
pacman --noconfirm -U mingw-w64-x86_64-binutils-2.36-1-any.pkg.tar.zst

x86_64-w64-mingw32-gcc --version
x86_64-w64-mingw32-g++ --version
fi
Expand Down

0 comments on commit fdca6af

Please sign in to comment.