DSPRelated.com
Forums

C compiler for 64-bit Win 7?

Started by commengr September 12, 2010
Hi,

Please suggest a C compiler that works for Windows 7 OS with 64-bit
processor.

Thanks
"commengr" <communications_engineer@n_o_s_p_a_m.yahoo.com> writes:

> Hi, > > Please suggest a C compiler that works for Windows 7 OS with 64-bit > processor.
gnu -- Randy Yates % "Ticket to the moon, flight leaves here today Digital Signal Labs % from Satellite 2" mailto://yates@ieee.org % 'Ticket To The Moon' http://www.digitalsignallabs.com % *Time*, Electric Light Orchestra
On 09/12/2010 05:54 AM, Randy Yates wrote:
> "commengr"<communications_engineer@n_o_s_p_a_m.yahoo.com> writes: > >> Hi, >> >> Please suggest a C compiler that works for Windows 7 OS with 64-bit >> processor. > > gnu
Is there a port that works under Windows 7? -- Tim Wescott Wescott Design Services http://www.wescottdesign.com Do you need to implement control loops in software? "Applied Control Theory for Embedded Systems" was written for you. See details at http://www.wescottdesign.com/actfes/actfes.html
On Sun, 12 Sep 2010 14:29:21 -0700, Tim Wescott <tim@seemywebsite.com>
wrote:

>On 09/12/2010 05:54 AM, Randy Yates wrote: >> "commengr"<communications_engineer@n_o_s_p_a_m.yahoo.com> writes: >> >>> Hi, >>> >>> Please suggest a C compiler that works for Windows 7 OS with 64-bit >>> processor. >> >> gnu > >Is there a port that works under Windows 7?
Try this: http://www.mingw.org/ -- Muzaffer Kal DSPIA INC. ASIC/FPGA Design Services http://www.dspia.com
Muzaffer Kal <kal@dspia.com> writes:

> On Sun, 12 Sep 2010 14:29:21 -0700, Tim Wescott <tim@seemywebsite.com> > wrote: > >>On 09/12/2010 05:54 AM, Randy Yates wrote: >>> "commengr"<communications_engineer@n_o_s_p_a_m.yahoo.com> writes: >>> >>>> Hi, >>>> >>>> Please suggest a C compiler that works for Windows 7 OS with 64-bit >>>> processor. >>> >>> gnu >> >>Is there a port that works under Windows 7? > > Try this: http://www.mingw.org/
Right, or http://www.cygwin.com -- Randy Yates % "Maybe one day I'll feel her cold embrace, Digital Signal Labs % and kiss her interface, mailto://yates@ieee.org % til then, I'll leave her alone." http://www.digitalsignallabs.com % 'Yours Truly, 2095', *Time*, ELO
>Muzaffer Kal <kal@dspia.com> writes: > >> On Sun, 12 Sep 2010 14:29:21 -0700, Tim Wescott <tim@seemywebsite.com> >> wrote: >> >>>On 09/12/2010 05:54 AM, Randy Yates wrote: >>>> "commengr"<communications_engineer@n_o_s_p_a_m.yahoo.com> writes: >>>> >>>>> Hi, >>>>> >>>>> Please suggest a C compiler that works for Windows 7 OS with 64-bit >>>>> processor. >>>> >>>> gnu >>> >>>Is there a port that works under Windows 7? >> >> Try this: http://www.mingw.org/ > >Right, or http://www.cygwin.com
Its worth explaining the reason for those two. - mingw gives you the GNU tools in the windows environment. - cygwin gives you a Unix like environment within the windows environment, and runs the GNU tools within that. I used to find a lot of quirks with mingw, but I believe its pretty solid these days. cygwin has always been pretty solid, but the extra layers make it slower than mingw. Steve
Tim Wescott wrote:

> On 09/12/2010 05:54 AM, Randy Yates wrote: > > "commengr"<communications_engineer@n_o_s_p_a_m.yahoo.com> writes: > > > >> Hi, > >> > >> Please suggest a C compiler that works for Windows 7 OS with 64-bit > >> processor. > > > > gnu > > Is there a port that works under Windows 7?
I can cross-compile from Linux to 64 bit windows and those binaries work on windows 7. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

Randy Yates wrote:

> "commengr" <communications_engineer@n_o_s_p_a_m.yahoo.com> writes: > > >>Hi, >> >>Please suggest a C compiler that works for Windows 7 OS with 64-bit >>processor. > > > gnu
I haven't compiled anything specifically for 64 bit Win7; however what is wrong with MSVC in this regard? VLV
Vladimir Vassilevsky <nospam@nowhere.com> writes:

> Randy Yates wrote: > >> "commengr" <communications_engineer@n_o_s_p_a_m.yahoo.com> writes: >> >> >>>Hi, >>> >>>Please suggest a C compiler that works for Windows 7 OS with 64-bit >>>processor. >> >> >> gnu > > I haven't compiled anything specifically for 64 bit Win7; however what > is wrong with MSVC in this regard?
Probably $$$. -- Randy Yates % "Rollin' and riding and slippin' and Digital Signal Labs % sliding, it's magic." mailto://yates@ieee.org % http://www.digitalsignallabs.com % 'Living' Thing', *A New World Record*, ELO
Erik de Castro Lopo <erikd@mega-nerd.com> writes:

> I can cross-compile from Linux to 64 bit windows and those > binaries work on windows 7.
Oh Erik, don't talk so sexy... (I love these "giving Windoze development environments the finger" types of development!) -- Randy Yates % "She's sweet on Wagner-I think she'd die for Beethoven. Digital Signal Labs % She love the way Puccini lays down a tune, and mailto://yates@ieee.org % Verdi's always creepin' from her room." http://www.digitalsignallabs.com % "Rockaria", *A New World Record*, ELO