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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.105.9 with SMTP id e9mr2716218ioc.87.1523473663440; Wed, 11 Apr 2018 12:07:43 -0700 (PDT) X-Received: by 2002:a9d:3286:: with SMTP id u6-v6mr358959otb.13.1523473663018; Wed, 11 Apr 2018 12:07:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!maths.tcd.ie!newsswitch.lcs.mit.edu!ottix-news.ottix.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!e130-v6no76014itb.0!news-out.google.com!u64-v6ni95itb.0!nntp.google.com!k65-v6no75150ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 11 Apr 2018 12:07:42 -0700 (PDT) In-Reply-To: <552a0627-2a6f-4b51-a1a0-fdc70cc210a7@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.228.206.35; posting-account=RSJqtQoAAAAuiRoJNVxqBSqCnJ6v9zEB NNTP-Posting-Host: 82.228.206.35 References: <552a0627-2a6f-4b51-a1a0-fdc70cc210a7@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <863edc6e-04fe-42d9-8c83-0139e3ad17f4@googlegroups.com> Subject: Ada Implementation of functions and produce C for exotic architectures (Expressif) From: Patrice Freydiere Injection-Date: Wed, 11 Apr 2018 19:07:43 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:51445 Date: 2018-04-11T12:07:42-07:00 List-Id: Hi dan thanks for the rely. I=E2=80=99m a bit dizzled as step 1 =E2=80=9CRu= n CCG on the SPARK/Ada Code to produce C files and Ada Library Information = files, or ali files. For more information on these files, see the GNAT Comp= ilation Model documentation.=E2=80=9D >From a gnat documentation I saw the c target . >From my understanding. As mention in the article The c generation permit to= use avr or other compiler not directly supported by gnat.=20 If obj are generated even consumed by c compiler they are using the target = processor assembly language. So my question is, for hobbyists are there any alternatives ? Thanks