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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a1918ac60ddc162a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!75g2000cwc.googlegroups.com!not-for-mail From: "Gerd" Newsgroups: comp.lang.ada Subject: Re: embedded hardware for Ada Date: 13 Jul 2006 06:15:20 -0700 Organization: http://groups.google.com Message-ID: <1152796520.784335.127880@75g2000cwc.googlegroups.com> References: <1152113040.757928.303260@l70g2000cwa.googlegroups.com> <4h4kj1F1pmds0U1@individual.net> NNTP-Posting-Host: 62.159.113.204 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1152796525 32676 127.0.0.1 (13 Jul 2006 13:15:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 13 Jul 2006 13:15:25 +0000 (UTC) In-Reply-To: <4h4kj1F1pmds0U1@individual.net> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 75g2000cwc.googlegroups.com; posting-host=62.159.113.204; posting-account=_FaVAg0AAAAYUPoPAQYNRFF35JBHf9i7 Xref: g2news2.google.com comp.lang.ada:5660 Date: 2006-07-13T06:15:20-07:00 List-Id: Peter Amey schrieb: > One useful thing to bear in mind is here is cross-compilation from Ada > to C. We have had considerable success with this when using SPARK to > target small and unusual processors. See, for example, > > http://www.praxis-his.com/sparkada/pdfs/ada_uml_and_c.pdf > > Using these techniques pretty much makes /any/ hardware programmable in Ada. > I'm not sure whether this would be an solution. - We have to use certified compilers. An Ada to C with some C compiler would rarly fit. - I expect an Ada-aware environment to be able to handle even Ada-tasks. I'm not sure that Ada-to-C translated code would work fine for this in an environment designed only for C-programming.