Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: fabiobasso on April 08, 2013, 06:56:47 pm
-
Hi,
There is a program to compile as 32-bit in codeblocks installed on a 64 bit CPU?
-
You said what?
-
There is a program to compile as 32-bit in codeblocks installed on a 64 bit CPU?
Yes - one of the many 32 bit compilers C::B supports.
-
32bit programs (including 32bit-targetting compilers) work just fine under 64 bits, at least under Windows. There is no 64bit-hosted 32bit-targetting compiler that I know of, but you don't need that.
Slightly different situation under Linux, but cross-compilers are readily available as part of every non-joke standard distro there.
-
Thanks