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!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada: A beginners experience Date: Mon, 16 Jul 2018 19:43:44 +0100 Organization: A noiseless patient Spider Message-ID: References: <1d3743b1-1a36-429d-92c7-9ae0e7c16e63@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: reader02.eternal-september.org; posting-host="3287f85329b59e6d5bcd46787983fc9a"; logging-data="31516"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19IqdW8NInlRad9h71DRov3owPViZMvXRc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:3NkH7VxS0LZpOHTZNppesqEAPrs= sha1:tEMYjqqS/nS39Sk7JbJa11ztcJc= Xref: reader02.eternal-september.org comp.lang.ada:53849 Date: 2018-07-16T19:43:44+01:00 List-Id: G. B. writes: > wrote: >> Greetings, >> . At the moment I spend too much time trying understand how to make my >> tools work, and not enough time using my tools. > > > The GNAT User‘s Guide used to have an introduction to getting from > source to executable. The relevant sections were, or are, instructive; > they go beyond just mentioning the knobs and switches of the current > tool chain. They explain compiling, binding, and linking so as to > make you understand what you are doing when you need a compiler for > producing your executable. > > I thought that the time spent reading this well written guide was both > helpful and enjoyable. Understanding translation is part of becoming a > successful apprentice. Beginning here: http://docs.adacore.com/gnat_ugn-docs/html/gnat_ugn/gnat_ugn/getting_started_with_gnat.html However, OP is looking to work with microcontrollers, and that's likely to be a bit more fraught.