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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.N5M2DXr2fJIsm61cKlUWUQ.user.gioia.aioe.org!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Configurable Run Time without GPR Tools Date: Tue, 05 Nov 2019 09:14:34 +0000 Organization: Aioe.org NNTP Server Message-ID: References: <81aba060-6f05-4a6d-a7cb-b896d7f70112@googlegroups.com> NNTP-Posting-Host: N5M2DXr2fJIsm61cKlUWUQ.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:HTWe5jhL9yPdVWHcxjszVMkQvGA= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:57482 Date: 2019-11-05T09:14:34+00:00 List-Id: Daniel Way writes: > Since I need to port a run time for my target hardware and I want to > share this project via GitHub, I want all the run time files > grouped. If you look at [1], you'll see I used common/ for shared non-math source common/math/ for shared math source {mcu}/adainclude/ for MCU-specific source and I could quite well have put the shared math source in common/ too. I do agree that the AdaCore source is spread out a bit; but if you work from one of the distributed RTSs you should find the source in either gnat/ or gnarl/. [1] https://github.com/simonjwright/cortex-gnat-rts