Hi, Please suggest a C compiler that works for Windows 7 OS with 64-bit processor. Thanks
C compiler for 64-bit Win 7?
Started by ●September 12, 2010
Reply by ●September 12, 20102010-09-12
"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
Reply by ●September 12, 20102010-09-12
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. > > gnuIs 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
Reply by ●September 12, 20102010-09-12
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
Reply by ●September 12, 20102010-09-12
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
Reply by ●September 12, 20102010-09-12
>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.comIts 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
Reply by ●September 12, 20102010-09-12
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/
Reply by ●September 12, 20102010-09-12
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. > > > gnuI haven't compiled anything specifically for 64 bit Win7; however what is wrong with MSVC in this regard? VLV
Reply by ●September 12, 20102010-09-12
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
Reply by ●September 12, 20102010-09-12
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






