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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2e5bed642ddf5c43 X-Google-Attributes: gid103376,public X-Google-Thread: f849b,2e5bed642ddf5c43 X-Google-Attributes: gidf849b,public X-Google-ArrivalTime: 2003-06-26 14:52:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!out.nntp.be!propagator2-sterling!news-in-sterling.newsfeed.com!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.arch.embedded,comp.lang.ada Subject: Re: Ada Embeded System Alternatives Date: 26 Jun 2003 16:52:14 -0500 Organization: LJK Software Message-ID: <0dKlDpk6dU3q@eisner.encompasserve.org> References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1056664260 20751 192.135.80.34 (26 Jun 2003 21:51:00 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 26 Jun 2003 21:51:00 +0000 (UTC) Xref: archiver1.google.com comp.arch.embedded:68470 comp.lang.ada:39790 Date: 2003-06-26T16:52:14-05:00 List-Id: In article , paulrobinson@mac.com (Paul Robinson) writes: > I've been assigned the task to provide alternatives and solutions to > bringing legacy Ada 83 code to a new embedded system. > > The new system's hardware, OS and language of choice is fixed (Mercury > Computer SBC PPCs, MC/OS, and C). The use of C is not required, > however, if a justifiable alternative is presented. > > The options I see are: > 1) Port the code from Ada to C > 2) Find Ada compilier for MC/OS PPCs > > Translating to C gives better tools and vendor support. Using Ada > gives more robust code and eliminates translation errors. Sofcheck (www.sofcheck.com) offers their AdaMagic compiler as a front end that emits ANSI C code. That would let you continue to program in Ada and use the provided C compiler as a back end.