Skip to content

Added 'MinGW x64 support' with latest GCC 8.1.0 on Windows#484

Open
seyhajin wants to merge 1 commit intoblitz-research:developfrom
wonkey-coders:windows-gcc-x64
Open

Added 'MinGW x64 support' with latest GCC 8.1.0 on Windows#484
seyhajin wants to merge 1 commit intoblitz-research:developfrom
wonkey-coders:windows-gcc-x64

Conversation

@seyhajin
Copy link
Contributor

Hi,

I've rebuilded Ted2go with success with theses parameters and GCC 8.1.0 x64.

You needs :

  • Update 'mx2cc'
  • Rebuild modules
  • Somes changes on "bin\env_windows.txt" :
    - MX2_USE_MSVC=0
    - MX2_LD_OPTS_WINDOWS=-s -static -m64
    - MX2_CC_OPTS_WINDOWS=-std=gnu99 -D_WIN32_WINNT=0x0603 -m64 -Wa,-mbig-obj
    - MX2_CPP_OPTS_WINDOWS=-std=c++11 -D_WIN32_WINNT=0x0603 -m64 -Wa,-mbig-obj

Download MinGW-x64 and add 'bin' directory in your 'Path' environment variable: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z

Needs : 
- Update 'mx2cc'
- Rebuild modules
- Somes changes on "env_windows.txt" :
        - MX2_USE_MSVC=0
        - MX2_LD_OPTS_WINDOWS=-s -static -m64
        - MX2_CC_OPTS_WINDOWS=-std=gnu99 -D_WIN32_WINNT=0x0603 -m64 -Wa,-mbig-obj
        - MX2_CPP_OPTS_WINDOWS=-std=c++11 -D_WIN32_WINNT=0x0603 -m64 -Wa,-mbig-obj

MinGW-x64 : https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z
@seyhajin seyhajin mentioned this pull request Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant