[Flexradio] GPL C program for windows

2005-11-23 Thread ecellison








Folks

 

I could probably search, but is there a C or “Visual”
C compiler for Windows in GPL? Like the SharpDevelop program is for C#?

 

Got my Xylo board up and running and would like to compile
some of the samples to get a feel. I would rather not tackle the MS VS products
at this point! The SDR is killin’  the budget this year!

 

Thanks

Eric2

 








Re: [Flexradio] GPL C program for windows

2005-11-23 Thread richard allen
see http://gcc.gnu.org
They invented GPL :>)
Richard W5SXD

"ecellison" <[EMAIL PROTECTED]> wrote:
(11/23/2005 18:09)

>Folks
>
> 
>
>I could probably search, but is there a C or "Visual" C compiler for Windows
>in GPL? Like the SharpDevelop program is for C#?
>
> 
>
>Got my Xylo board up and running and would like to compile some of the
>samples to get a feel. I would rather not tackle the MS VS products at this
>point! The SDR is killin'  the budget this year!
>
> 
>
>Thanks
>
>Eric2
>
> 




Re: [Flexradio] GPL C program for windows

2005-11-23 Thread richard allen
Eric,

My earlier reply was probably not too useful.  I've not used any free 
C for windoze but there is one that runs under dos called djgpp. see 
http://www.delorie.com/djgpp/

http://clio.rice.edu/djgpp/win2k/main.htm talks about a late version 
that will evidently rununder2000 and xp.

Others here that are currently using one will hopefully reply.

Richard W5SXD

"ecellison" <[EMAIL PROTECTED]> wrote:
(11/23/2005 18:09)

>Folks
>
> 
>
>I could probably search, but is there a C or "Visual" C compiler for Windows
>in GPL? Like the SharpDevelop program is for C#?
>
> 
>
>Got my Xylo board up and running and would like to compile some of the
>samples to get a feel. I would rather not tackle the MS VS products at this
>point! The SDR is killin'  the budget this year!
>
> 
>
>Thanks
>
>Eric2
>
> 




Re: [Flexradio] GPL C program for windows

2005-11-23 Thread Robert McGwier

Actually, your reply was very useful.

http://www.cygwin.com and
http://www.mingw.org

both allow the use of Linux, gcc, X, emacs, xemacs, etc. tools on 
windows.  YOU CAN develop fully fleshed out GUI, etc. programs that run 
on Windows using these environments.


Bob


richard allen wrote:


Eric,

My earlier reply was probably not too useful.  I've not used any free 
C for windoze but there is one that runs under dos called djgpp. see 
http://www.delorie.com/djgpp/


http://clio.rice.edu/djgpp/win2k/main.htm talks about a late version 
that will evidently rununder2000 and xp.


Others here that are currently using one will hopefully reply.
Richard W5SXD

"ecellison" <[EMAIL PROTECTED]> wrote:
(11/23/2005 18:09)

 


Folks



I could probably search, but is there a C or "Visual" C compiler for Windows
in GPL? Like the SharpDevelop program is for C#?



Got my Xylo board up and running and would like to compile some of the
samples to get a feel. I would rather not tackle the MS VS products at this
point! The SDR is killin'  the budget this year!



Thanks

Eric2


   




___
FlexRadio mailing list
FlexRadio@flex-radio.biz
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz

 




--
Laziness is the number one inspiration for ingenuity.  Guilty as charged!




Re: [Flexradio] GPL C program for windows

2005-11-23 Thread Dave
There is also Eclipse; see in particular the CDT.

http://www.eclipse.org/

http://www.eclipse.org/cdt/

73,

Dave, AA6YQ

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert McGwier
Sent: Thursday, November 24, 2005 0:49 AM
To: richard allen
Cc: FlexRadio@flex-radio.biz
Subject: Re: [Flexradio] GPL C program for windows


Actually, your reply was very useful.

http://www.cygwin.com and
http://www.mingw.org

both allow the use of Linux, gcc, X, emacs, xemacs, etc. tools on 
windows.  YOU CAN develop fully fleshed out GUI, etc. programs that run 
on Windows using these environments.

Bob


richard allen wrote:

>Eric,
>
>My earlier reply was probably not too useful.  I've not used any free
>C for windoze but there is one that runs under dos called djgpp. see 
>http://www.delorie.com/djgpp/
>
>http://clio.rice.edu/djgpp/win2k/main.htm talks about a late version
>that will evidently rununder2000 and xp.
>
>Others here that are currently using one will hopefully reply. Richard 
>W5SXD
>
>"ecellison" <[EMAIL PROTECTED]> wrote:
>(11/23/2005 18:09)
>
>  
>
>>Folks
>>
>>
>>
>>I could probably search, but is there a C or "Visual" C compiler for 
>>Windows in GPL? Like the SharpDevelop program is for C#?
>>
>>
>>
>>Got my Xylo board up and running and would like to compile some of the 
>>samples to get a feel. I would rather not tackle the MS VS products at 
>>this point! The SDR is killin'  the budget this year!
>>
>>
>>
>>Thanks
>>
>>Eric2
>>
>>
>>
>>
>
>
>___
>FlexRadio mailing list
>FlexRadio@flex-radio.biz 
>http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz
>
>  
>


-- 
Laziness is the number one inspiration for ingenuity.  Guilty as charged!


___
FlexRadio mailing list
FlexRadio@flex-radio.biz
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz





Re: [Flexradio] GPL C program for windows

2005-11-24 Thread Robert McGwier

And even and IDE:

http://visual-mingw.sourceforge.net

We do not have to be slaves to the BEAST in Redmond.

Bob

Dave wrote:


There is also Eclipse; see in particular the CDT.

http://www.eclipse.org/

http://www.eclipse.org/cdt/

   73,

   Dave, AA6YQ

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert McGwier
Sent: Thursday, November 24, 2005 0:49 AM
To: richard allen
Cc: FlexRadio@flex-radio.biz
Subject: Re: [Flexradio] GPL C program for windows


Actually, your reply was very useful.

http://www.cygwin.com and
http://www.mingw.org

both allow the use of Linux, gcc, X, emacs, xemacs, etc. tools on 
windows.  YOU CAN develop fully fleshed out GUI, etc. programs that run 
on Windows using these environments.


Bob


richard allen wrote:

 


Eric,

My earlier reply was probably not too useful.  I've not used any free
C for windoze but there is one that runs under dos called djgpp. see 
http://www.delorie.com/djgpp/


http://clio.rice.edu/djgpp/win2k/main.htm talks about a late version
that will evidently rununder2000 and xp.

Others here that are currently using one will hopefully reply. Richard 
W5SXD


"ecellison" <[EMAIL PROTECTED]> wrote:
(11/23/2005 18:09)



   


Folks



I could probably search, but is there a C or "Visual" C compiler for 
Windows in GPL? Like the SharpDevelop program is for C#?




Got my Xylo board up and running and would like to compile some of the 
samples to get a feel. I would rather not tackle the MS VS products at 
this point! The SDR is killin'  the budget this year!




Thanks

Eric2


  

 


___
FlexRadio mailing list
FlexRadio@flex-radio.biz 
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz




   




 




--
Laziness is the number one inspiration for ingenuity.  Guilty as charged!




Re: [Flexradio] GPL C program for windows

2005-11-24 Thread ecellison
Richard

Thanks will look at that also, some folks have mentioned that MS gives some
of thiers away free.

Eric


-Original Message-
From: richard allen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 23, 2005 11:18 PM
To: ecellison
Cc: FlexRadio@flex-radio.biz
Subject: Re: [Flexradio] GPL C program for windows

see http://gcc.gnu.org
They invented GPL :>)
Richard W5SXD

"ecellison" <[EMAIL PROTECTED]> wrote:
(11/23/2005 18:09)

>Folks
>
> 
>
>I could probably search, but is there a C or "Visual" C compiler for
Windows
>in GPL? Like the SharpDevelop program is for C#?
>
> 
>
>Got my Xylo board up and running and would like to compile some of the
>samples to get a feel. I would rather not tackle the MS VS products at this
>point! The SDR is killin'  the budget this year!
>
> 
>
>Thanks
>
>Eric2
>
> 




Re: [Flexradio] GPL C program for windows

2005-11-24 Thread ecellison
Guys

Thanks for the comments all. Will checkemout today!

Eric


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert McGwier
Sent: Thursday, November 24, 2005 1:11 AM
To: Dave
Cc: FlexRadio@flex-radio.biz
Subject: Re: [Flexradio] GPL C program for windows

And even and IDE:

http://visual-mingw.sourceforge.net

We do not have to be slaves to the BEAST in Redmond.

Bob

Dave wrote:

>There is also Eclipse; see in particular the CDT.
>
>http://www.eclipse.org/
>
>http://www.eclipse.org/cdt/
>
>73,
>
>Dave, AA6YQ
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Robert McGwier
>Sent: Thursday, November 24, 2005 0:49 AM
>To: richard allen
>Cc: FlexRadio@flex-radio.biz
>Subject: Re: [Flexradio] GPL C program for windows
>
>
>Actually, your reply was very useful.
>
>http://www.cygwin.com and
>http://www.mingw.org
>
>both allow the use of Linux, gcc, X, emacs, xemacs, etc. tools on 
>windows.  YOU CAN develop fully fleshed out GUI, etc. programs that run 
>on Windows using these environments.
>
>Bob
>
>
>richard allen wrote:
>
>  
>
>>Eric,
>>
>>My earlier reply was probably not too useful.  I've not used any free
>>C for windoze but there is one that runs under dos called djgpp. see 
>>http://www.delorie.com/djgpp/
>>
>>http://clio.rice.edu/djgpp/win2k/main.htm talks about a late version
>>that will evidently rununder2000 and xp.
>>
>>Others here that are currently using one will hopefully reply. Richard 
>>W5SXD
>>
>>"ecellison" <[EMAIL PROTECTED]> wrote:
>>(11/23/2005 18:09)
>>
>> 
>>
>>
>>
>>>Folks
>>>
>>>
>>>
>>>I could probably search, but is there a C or "Visual" C compiler for 
>>>Windows in GPL? Like the SharpDevelop program is for C#?
>>>
>>>
>>>
>>>Got my Xylo board up and running and would like to compile some of the 
>>>samples to get a feel. I would rather not tackle the MS VS products at 
>>>this point! The SDR is killin'  the budget this year!
>>>
>>>
>>>
>>>Thanks
>>>
>>>Eric2
>>>
>>>
>>>   
>>>
>>>  
>>>
>>___
>>FlexRadio mailing list
>>FlexRadio@flex-radio.biz 
>>http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz
>>
>> 
>>
>>
>>
>
>
>  
>


-- 
Laziness is the number one inspiration for ingenuity.  Guilty as charged!


___
FlexRadio mailing list
FlexRadio@flex-radio.biz
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz