News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Make 64bits executable with Code::Blocks

Started by RaphAstronome, June 02, 2009, 08:09:12 PM

Previous topic - Next topic

RaphAstronome

Hi,

I want to get a Windows 64bits executable but the option "-m64" don't work.
Quotesorry, unimplemented: 64-bit mode not compiled in

What can I do to do that ?

Thanks

MortenMacFly

Quote from: RaphAstronome on June 02, 2009, 08:09:12 PM
What can I do to do that ?
install a 64bit compiler. However s this is hardly related to C::B. The message you see comes from the compiler. so you better ask the compiler guys, not the IDE. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]