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.Oh2LSLzxQ4+YU0Htrufc+A.user.gioia.aioe.org!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: sdlada, =?utf-8?Q?l=C3=B6ve=2C?= and programming for beginners Date: Mon, 10 Feb 2020 14:06:31 +0000 Organization: Aioe.org NNTP Server Message-ID: References: <87tv41cnnd.fsf@samuel> NNTP-Posting-Host: Oh2LSLzxQ4+YU0Htrufc+A.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.3 (darwin) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:xphm3DJT4ZeW9rlgPC4tX3qCwGg= Xref: reader01.eternal-september.org comp.lang.ada:58024 Date: 2020-02-10T14:06:31+00:00 List-Id: "Dmitry A. Kazakov" writes: > P.S. If you meant rather a barebone ARM. GNAT Pro has support for that > too, AFAIK. Though it does not make sense to run such a thing on a > Raspberry. The "Ada and SPARK on ARM Cortex-M" tutorial[1] works best on a Pi, because the native compiler already understands ARM and has an Ada runtime! It requires some work to get a cross-compiler on Windows, other Linux, or Mac to work (can be done, I should write it up) [1] http://www.inspirel.com/articles/Ada_On_Cortex.html