mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-01 20:08:21 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user