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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY,HK_RANDOM_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3a4656a5edc0dab4 X-Google-Attributes: gid103376,public Path: controlnews3.google.com!postnews1.google.com!not-for-mail From: berndtrog@yahoo.com (Bernd Trog) Newsgroups: comp.lang.ada Subject: Re: Ada used in General Aviation (GA) applications? Date: 13 May 2004 12:30:56 -0700 Organization: http://groups.google.com Message-ID: References: <20619edc.0405120909.6ba1a793@posting.google.com> NNTP-Posting-Host: 217.237.151.108 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1084476656 7611 127.0.0.1 (13 May 2004 19:30:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 13 May 2004 19:30:56 +0000 (UTC) Xref: controlnews3.google.com comp.lang.ada:556 Date: 2004-05-13T12:30:56-07:00 List-Id: Bernd.Specht@gmx.com (Bernd Specht) wrote in message > > GNAT is free, if you're not relying on professional support. > > There is not GNAT for 8051/HC11. Well, there is the gcc(gnat) for hc11. If you like, you can build an Ada cross compiler for the hc11 with this line: ../configure --target=m68hc11 --enable-languages=ada,c; make This should even work on windoze, if you have the MinGW installed. http://gel.sourceforge.net/ada_example.php