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-Thread: 103376,5f6125e9594f9968 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.125.233 with SMTP id mt9mr19547142pbb.5.1332773221650; Mon, 26 Mar 2012 07:47:01 -0700 (PDT) Path: z9ni3985pbe.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail User-Agent: NewsTap/3.5.1 (iPhone/iPod Touch) From: georg bauhaus Newsgroups: comp.lang.ada Mime-Version: 1.0 Message-ID: <402920438354462299.917601rmhost.bauhaus-maps.arcor.de@news.arcor.de> Subject: Re: Ada to C translator for small microcontrollers References: <2424259e-cf1c-408e-a57e-f2c948087186@i2g2000vbv.googlegroups.com> Date: 26 Mar 2012 14:46:15 GMT Organization: Arcor NNTP-Posting-Date: 26 Mar 2012 16:46:15 CEST NNTP-Posting-Host: 5c98691c.newsspool4.arcor-online.net X-Trace: DXC=FkF_eGhJ4g`J00P1S40fZg4IUKjLh>_cHTX3jmA_86I92obR` X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-03-26T16:46:15+02:00 List-Id: Tomi Saarnio wrote: > Hi all, > > As there exists at least one free decent C cross-compiler for smaller > 8-bit and 16-bit architectures (Pic, Avr, 8051 etc.), but none Ada > compiler that I know of, I was wondering whether there is a demand for > an Ada to C translator, There is supply, SofCheck's Ada compiler Outputs C (and, more recently, C++ if memory serves). Whether or not the runtime is fully Supported on each of the named platforms, I don't know.