Fixes an issue where compiling armsrc fails in Proxspace.

1. Resolve the compilation failure in ProxSpace by specifying the version number of mingw-w64-ucrt-x86_64-arm-none-eabi-binutils.

2. Once msys2 resolves the issue, remove the specified version number to allow the latest version to be installed.
This commit is contained in:
dxl
2026-08-18 17:33:38 +02:00
committed by Philippe Teuwen
parent 2362cabcd4
commit 43f0f9f080
+3 -1
View File
@@ -58,7 +58,9 @@ jobs:
mingw-w64-ucrt-x86_64-gcc
mingw-w64-ucrt-x86_64-arm-none-eabi-gcc
mingw-w64-ucrt-x86_64-arm-none-eabi-gdb
mingw-w64-ucrt-x86_64-arm-none-eabi-binutils
# TODO workaround: "error: linker script file 'xxxx' appears multiple times"
# This should be reverted once MSYS2 ships a non-broken version of the linker.
mingw-w64-ucrt-x86_64-arm-none-eabi-binutils=2.46.1-1
mingw-w64-ucrt-x86_64-arm-none-eabi-newlib
mingw-w64-ucrt-x86_64-readline
mingw-w64-ucrt-x86_64-libsndfile