From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: John McCabe Newsgroups: comp.lang.ada Subject: Re: Are there any cross-compiler for Embedded Linux on ARMv7? Date: Mon, 29 Mar 2021 21:06:32 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 29 Mar 2021 21:06:32 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="e8b42917ee670df8b395f7800c9922c8"; logging-data="26789"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX194rda5E7kPoKDTEpEqvMmhk1ra3G88GBE=" User-Agent: Pan/0.146 (Hic habitat felicitas; 8107378 git@gitlab.gnome.org:GNOME/pan.git) Cancel-Lock: sha1:RnP6IDVDgO7e6dBEQjRfww/Ztqw= Xref: reader02.eternal-september.org comp.lang.ada:61672 List-Id: On Mon, 29 Mar 2021 20:26:47 +0200, Dmitry A. Kazakov wrote: > On 2021-03-29 19:16, John McCabe wrote: >> <..snip..> > We are using GNAT Pro cross compiler with Yokto and Debian, though I > presume it will work with any distribution. > You need no evaluation. Simply install Debian, Ubuntu or Fedora on a > resonable ARM board 2GB or more. Use the native GNAT FSF compiler there > to build your executable. Transfer it to the target board. Enjoy. > Once you are ready, go and buy GNAT Pro. Thanks for that info Dmitry. We're using Petalinux on custom hardware with a Xilinx Zynq-7000 (dual-core ARM A9), so it would be nice to run it on the real thing to work out how we'd deal with some of the FPGA interfaces and so on, if we were to purchase.