Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: fabiobasso on April 08, 2013, 06:56:47 pm

Title: Compiler 32 bits in CPU 64 bits
Post 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?
Title: Re: Compiler 32 bits in CPU 64 bits
Post by: oBFusCATed on April 08, 2013, 07:55:37 pm
You said what?
Title: Re: Compiler 32 bits in CPU 64 bits
Post by: MortenMacFly on April 08, 2013, 08:41:20 pm
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.
Title: Re: Compiler 32 bits in CPU 64 bits
Post by: thomas on April 09, 2013, 12:28:44 pm
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.
Title: Re: Compiler 32 bits in CPU 64 bits
Post by: fabiobasso on April 12, 2013, 12:54:09 am
Thanks