comp.lang.ada
 help / color / mirror / Atom feed
* where can I find a freeware ADA compiler for home use (windows7) ?
@ 2013-01-04 23:00 Vernon Marsden
  2013-01-04 23:36 ` Ludovic Brenta
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Vernon Marsden @ 2013-01-04 23:00 UTC (permalink / raw)


Greetings,
Pls, where can I find a freeware ADA compiler for home use (windows7) ? 
Also, is there a visual IDE that goes with ada ?
Thanks...Vernon



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where can I find a freeware ADA compiler for home use (windows7) ?
  2013-01-04 23:00 where can I find a freeware ADA compiler for home use (windows7) ? Vernon Marsden
@ 2013-01-04 23:36 ` Ludovic Brenta
  2013-01-05 14:17   ` Stephen Leake
  2013-01-05  1:07 ` Vernon Marsden
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Ludovic Brenta @ 2013-01-04 23:36 UTC (permalink / raw)


Vernon Marsden writes:
> Greetings,
> Pls, where can I find a freeware ADA compiler for home use (windows7) ? 
> Also, is there a visual IDE that goes with ada ?
> Thanks...Vernon

see https://en.wikibooks.org/wiki/Ada_Programming/Installing

Hope this helps

-- 
Ludovic Brenta.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where can I find a freeware ADA compiler for home use (windows7) ?
  2013-01-04 23:00 where can I find a freeware ADA compiler for home use (windows7) ? Vernon Marsden
  2013-01-04 23:36 ` Ludovic Brenta
@ 2013-01-05  1:07 ` Vernon Marsden
  2013-01-05  3:45   ` Britt
  2013-01-05 19:39   ` Dennis Lee Bieber
  2013-01-05 13:23 ` erlo
                   ` (2 subsequent siblings)
  4 siblings, 2 replies; 10+ messages in thread
From: Vernon Marsden @ 2013-01-05  1:07 UTC (permalink / raw)


Nothng useful there :
Many many bad links .
A few commercial .
But thanks...Vernon



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where can I find a freeware ADA compiler for home use (windows7) ?
  2013-01-05  1:07 ` Vernon Marsden
@ 2013-01-05  3:45   ` Britt
  2013-01-05 19:39   ` Dennis Lee Bieber
  1 sibling, 0 replies; 10+ messages in thread
From: Britt @ 2013-01-05  3:45 UTC (permalink / raw)


On Friday, January 4, 2013 8:07:12 PM UTC-5, Vernon Marsden wrote:
> Nothng useful there :
> 
> Many many bad links .
> 
> A few commercial .
> 
> But thanks...Vernon

http://libre.adacore.com/ is the place to start.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where can I find a freeware ADA compiler for home use (windows7) ?
  2013-01-04 23:00 where can I find a freeware ADA compiler for home use (windows7) ? Vernon Marsden
  2013-01-04 23:36 ` Ludovic Brenta
  2013-01-05  1:07 ` Vernon Marsden
@ 2013-01-05 13:23 ` erlo
  2013-01-05 23:00 ` Vernon Marsden
  2013-01-06 17:09 ` Vernon Marsden
  4 siblings, 0 replies; 10+ messages in thread
From: erlo @ 2013-01-05 13:23 UTC (permalink / raw)


On 01/05/2013 12:00 AM, Vernon Marsden wrote:
> Greetings,
> Pls, where can I find a freeware ADA compiler for home use (windows7) ?
> Also, is there a visual IDE that goes with ada ?
> Thanks...Vernon
>
Gcc under MinGW or Cygwin.

Erlo



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where can I find a freeware ADA compiler for home use (windows7) ?
  2013-01-04 23:36 ` Ludovic Brenta
@ 2013-01-05 14:17   ` Stephen Leake
  2013-01-09  8:13     ` Stephen Leake
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Leake @ 2013-01-05 14:17 UTC (permalink / raw)


Ludovic Brenta <ludovic@ludovic-brenta.org> writes:

> Vernon Marsden writes:
>> Greetings,
>> Pls, where can I find a freeware ADA compiler for home use (windows7) ? 
>> Also, is there a visual IDE that goes with ada ?
>> Thanks...Vernon
>
> see https://en.wikibooks.org/wiki/Ada_Programming/Installing

That doesn't discuss IDEs. There is a page
https://en.wikibooks.org/wiki/Ada_Programming/Environment that could
discuss IDEs, but it doesn't.

GPS comes with the GNAT GPL package, and Emacs has an Ada mode
(currently being upgraded; see
http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html)

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where can I find a freeware ADA compiler for home use (windows7) ?
  2013-01-05  1:07 ` Vernon Marsden
  2013-01-05  3:45   ` Britt
@ 2013-01-05 19:39   ` Dennis Lee Bieber
  1 sibling, 0 replies; 10+ messages in thread
From: Dennis Lee Bieber @ 2013-01-05 19:39 UTC (permalink / raw)


On Fri, 4 Jan 2013 17:07:12 -0800 (PST), Vernon Marsden
<vmars316@gmail.com> declaimed the following in comp.lang.ada:

> Nothng useful there :

	Really?

	Nothing useful in section 4?
https://en.wikibooks.org/wiki/Ada_Programming/Installing#GNAT.2C_the_GNU_Ada_Compiler_from_AdaCore_and_the_Free_Software_Foundation
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where can I find a freeware ADA compiler for home use (windows7) ?
  2013-01-04 23:00 where can I find a freeware ADA compiler for home use (windows7) ? Vernon Marsden
                   ` (2 preceding siblings ...)
  2013-01-05 13:23 ` erlo
@ 2013-01-05 23:00 ` Vernon Marsden
  2013-01-06 17:09 ` Vernon Marsden
  4 siblings, 0 replies; 10+ messages in thread
From: Vernon Marsden @ 2013-01-05 23:00 UTC (permalink / raw)


Ah, this is very useful :
You can get a free Ada compiler from http://libre.adacore.com/download/ 
and AdaGIDE is also free from http://adagide.martincarlisle.com 

Thanks Dennis , very useful too :
https://en.wikibooks.org/wiki/Ada_Programming/Installing#GNAT.2C_the_GNU_Ada_Compiler_from_AdaCore_and_the_Free_Software_Foundation 
 



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where can I find a freeware ADA compiler for home use (windows7) ?
  2013-01-04 23:00 where can I find a freeware ADA compiler for home use (windows7) ? Vernon Marsden
                   ` (3 preceding siblings ...)
  2013-01-05 23:00 ` Vernon Marsden
@ 2013-01-06 17:09 ` Vernon Marsden
  4 siblings, 0 replies; 10+ messages in thread
From: Vernon Marsden @ 2013-01-06 17:09 UTC (permalink / raw)


Also , I downloaded from here :

Index of /stephane/aide/1.03 
 ftp://ftp.cs.kuleuven.ac.be/pub/Ada-Belgium/mirrors/aide/1.03/index.html 

It runs well , on win7 , with WindowsXP(service pack 2) Compatibility mode .

Thanks...Vernon



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: where can I find a freeware ADA compiler for home use (windows7) ?
  2013-01-05 14:17   ` Stephen Leake
@ 2013-01-09  8:13     ` Stephen Leake
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Leake @ 2013-01-09  8:13 UTC (permalink / raw)


Stephen Leake <stephen_leake@stephe-leake.org> writes:

> Ludovic Brenta <ludovic@ludovic-brenta.org> writes:
>
>> Vernon Marsden writes:
>>> Greetings,
>>> Pls, where can I find a freeware ADA compiler for home use (windows7) ? 
>>> Also, is there a visual IDE that goes with ada ?
>>> Thanks...Vernon
>>
>> see https://en.wikibooks.org/wiki/Ada_Programming/Installing
>
> That doesn't discuss IDEs. There is a page
> https://en.wikibooks.org/wiki/Ada_Programming/Environment that could
> discuss IDEs, but it doesn't.
>
> GPS comes with the GNAT GPL package, and Emacs has an Ada mode
> (currently being upgraded; see
> http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html)

I've added these to that page.

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-01-09  8:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-04 23:00 where can I find a freeware ADA compiler for home use (windows7) ? Vernon Marsden
2013-01-04 23:36 ` Ludovic Brenta
2013-01-05 14:17   ` Stephen Leake
2013-01-09  8:13     ` Stephen Leake
2013-01-05  1:07 ` Vernon Marsden
2013-01-05  3:45   ` Britt
2013-01-05 19:39   ` Dennis Lee Bieber
2013-01-05 13:23 ` erlo
2013-01-05 23:00 ` Vernon Marsden
2013-01-06 17:09 ` Vernon Marsden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox