mingw-w64 / mingw-w64.github.io

mingw-w64.net web page contents (The new web page)
Other
572 stars 1.16k forks source link

Can the developers provide latest mingw-w64 installer? #19

Open soumesh2002 opened 2 years ago

soumesh2002 commented 2 years ago

I have downloaded the Mingw-w64 (10.0.0) zip. But can't figure out how to install MinGW-w64 from source.

Please can any body provide the steps of how to build mingw-w64 from source in a Windows system.

Or it will be better if the MinGW-w64 developer team would provide a installer for windows, containing the latest version of GCC (12.1.0)?

Biswa96 commented 2 years ago

If you want latest mingw-w64 toolchain you can use https://www.msys2.org/ also.

soumesh2002 commented 2 years ago

@Biswa96 with gdb 11.2, while debugging a code in vscode gdb doesn't hits the breakpoint!!! is there any problem with the latest gdb for windows

Biswa96 commented 2 years ago

I am not familiar with that setup. I do not use vscode.

soumesh2002 commented 2 years ago

@Biswa96 not even with command line? gdb11.2 ignores breakpoint

Biswa96 commented 2 years ago

I am using mingw-w64-gdb 12.1 in msys2 environment and breakpoint is working fine.