Skip to content

Commit

Permalink
add binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Oct 4, 2024
1 parent 5c7df4b commit 20da14d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ jobs:
7z x compiler.zip -o"C:/TDM-GCC-5.1.0"
curl https://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%205%20series/5.1.0-tdm-1%20DW2/gcc-5.1.0-tdm-1-dw2-c++.zip/download -o compiler2.zip -L
7z x compiler2.zip -o"C:/TDM-GCC-5.1.0" -aoa
curl https://sourceforge.net/projects/tdm-gcc/files/GNU%20binutils/binutils-2.25-tdm64-1.zip/download -o compiler3.zip -L
7z x compiler3.zip -o"C:/TDM-GCC-5.1.0_h" -aoa
- name: Install Ninja
run: |
choco install ninja
- name: Configure
run: |
export PATH=/c/TDM-GCC-5.1.0/bin:/c/TDM-GCC-5.1.0_h/x86_64-w64-mingw32/bin:$PATH
cmake -DCMAKE_CXX_FLAGS=--32 -DCMAKE_SHARED_LINKER_FLAGS=--32 -DCMAKE_C_COMPILER=C:/TDM-GCC-5.1.0/bin/gcc-dw2.exe -DCMAKE_CXX_COMPILER=C:/TDM-GCC-5.1.0/bin/g++-dw2.exe -G Ninja -B build -S .
cat build/CMakeFiles/CMakeOutput.log
Expand Down

0 comments on commit 20da14d

Please sign in to comment.