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.
64-bit C Compiler (Windows)
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
- Combuster
- 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:
Have you looked? GCC Cross-Compiler for x86_64