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 2002:a37:8d5:: with SMTP id 204mr14947551qki.317.1572932847636; Mon, 04 Nov 2019 21:47:27 -0800 (PST) X-Received: by 2002:aca:913:: with SMTP id 19mr2309230oij.51.1572932847061; Mon, 04 Nov 2019 21:47:27 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!j16no1233695qtl.0!news-out.google.com!g53ni686qtg.0!nntp.google.com!j16no1233682qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 4 Nov 2019 21:47:26 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=204.27.169.105; posting-account=V8n8rgoAAAAxY-ioSepwPOY8TxGG6wkj NNTP-Posting-Host: 204.27.169.105 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <81aba060-6f05-4a6d-a7cb-b896d7f70112@googlegroups.com> Subject: Configurable Run Time without GPR Tools From: Daniel Way Injection-Date: Tue, 05 Nov 2019 05:47:27 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:57478 Date: 2019-11-04T21:47:26-08:00 List-Id: I'm trying to write a motor control application running on an ARM Cortex-M0= +. I've installed GNAT CE 2019 targeting arm-eabi and I can compile various= test programs using the -I switch to specify a system.ads file. To create an executable, I believe I will need an installed run time, but I= find the way these are handled in GNAT to be confusing. I'd like to packag= e all library sources in a project subfolder to make sharing everything eas= ier, however, the deeply nested library structure that comes with GNAT is o= verwhelming. - I'd like to know how others prefer to package the library with applicatio= n code - are the GPR tools absolutely necessary for building a run time, or is the= re another way to compile standard library packages? Thank you, Daniel Way