Author Topic: Make 64bits executable with Code::Blocks  (Read 5324 times)

RaphAstronome

  • Guest
Make 64bits executable with Code::Blocks
« on: June 02, 2009, 08:09:12 pm »
Hi,

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

What can I do to do that ?

Thanks

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Make 64bits executable with Code::Blocks
« Reply #1 on: June 02, 2009, 08:11:02 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ