From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b6b91d75e1016b5f X-Google-Thread: 115aec,b6b91d75e1016b5f X-Google-Thread: f43e6,b6b91d75e1016b5f X-Google-Attributes: gid103376,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!newsfeed.freenet.de!151.189.20.20.MISMATCH!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Ada compiler/debugger/GUI development IDE for WindowsXP/Linux Newsgroups: comp.lang.ada,comp.realtime,comp.software-eng User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <42271f56$0$6165$afc38c87@news.optusnet.com.au> Date: Thu, 3 Mar 2005 20:35:09 +0100 Message-ID: NNTP-Posting-Date: 03 Mar 2005 20:35:03 MET NNTP-Posting-Host: c3ef3dfa.newsread4.arcor-online.net X-Trace: DXC=[lJGMU?Xe]ja0B5i45NL;d:ejgIfPPlddjW\KbG]kaMhGSi?jHD8GO`PPeM7FXKKmk[6LHn;2LCVnVVa[ZlQni_aOCYZ7Pik_\a X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:8609 comp.realtime:888 comp.software-eng:4434 Date: 2005-03-03T20:35:03+01:00 List-Id: On Fri, 4 Mar 2005 01:29:38 +1100, Simone Freouble wrote: > I am new to Ada. Can some Ada gurus/experts recommend me a freeware and/or > "low-cost"/academic/student version of an Ada Compiler+Debugger+GUI > development IDE for WindowsXP and/or Linux (Fedore Core3) ? 1. GNAT Under Fedora just install gcc-gnat package. That will give you the GNAT compiler: $>yum install gcc-gnat For Windows you can download it from here: http://libre.act-europe.fr A good IDE for GNAT (alas, without integrated debugger) for Windows is AdaGIDE: http://www.usafa.af.mil/dfcs/bios/mcc_html/adagide.html You could also try GPS (the same http://libre.act-europe.fr), which is a platform-independent IDE for GNAT, but its publicly available version is very beta to be usable for debugging. 2. ObjectAda Compiler+IDE+Debugger of Aonix. Its IDE is more bearable (as compared to GPS). It resembles MSVC IDE, though lacks many of its features. Aonix has a special limited (in terms of project size) version: http://www.aonix.com/oa_win_demo.html It seems that they might have it for Linux as well, but I never tried it there. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de