Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22016

MinGW GCC -- Single 32-bit and 64-bit cross-compiler?

$
0
0

I've downloaded MinGW with mingw-get-inst, and now I've noticed that it cannot compile for x64.

So is there any 32-bitbinary version of the MinGW compiler that can both compile for 32-bit Windows and also for 64-bit Windows?

I don't want a 64-bit version that can generate 32-bit code, since I want the compiler to also run on 32-bit Windows, and I'm only looking for precompiled binaries here, not source files, since I've spent countless hours compiling GCC and failing, and I've given up for a while. :(


Viewing all articles
Browse latest Browse all 22016

Trending Articles