64-bit C Compiler (Windows)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

64-bit C Compiler (Windows)

Post by 01000101 »

Hi, I've been googling around quite a bit and have come to the realization that there are no good 64-bit C Compilers for Windows XP. I use GCC through DJGPP and found that it only supports the 32-bit compilers, as does CYGWIN and MinGW environments. Is there a way for me to compile C code with 64-bit support on windows? if not, do you think it would work for me to install a virtual linux (say 64-bit Ubuntu) and then compile there? also, does it matter if I'm running 32-bit Windows or not?

I'm new to 64-bit programming btw, just got my bootloader to enable long mode.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

...setup a 64bit GCC cross compiler? You can do that on a 32bit host.. :roll:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

I guess not.

thanks, problem solved.
Post Reply