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 10.31.47.202 with SMTP id v193mr38288vkv.6.1449524964571; Mon, 07 Dec 2015 13:49:24 -0800 (PST) X-Received: by 10.182.247.67 with SMTP id yc3mr379obc.0.1449524964535; Mon, 07 Dec 2015 13:49:24 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!b51no7099800qgf.0!news-out.google.com!l1ni98igd.0!nntp.google.com!mv3no10348436igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 7 Dec 2015 13:49:23 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=138.162.0.41; posting-account=9yqilwkAAAAlbxojEc6DW1OEOsACipCN NNTP-Posting-Host: 138.162.0.41 References: <4beed873-c380-4dd4-bf4a-7af0bfbed032@googlegroups.com> <21c3ad49-ac2e-41bd-80cc-e28397119977@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <314c644f-ff98-4e4a-abd6-5677a84e923a@googlegroups.com> Subject: Re: Does Raspberry Pi 2 have a working version of native GNAT From: Jere Injection-Date: Mon, 07 Dec 2015 21:49:24 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:28693 Date: 2015-12-07T13:49:23-08:00 List-Id: On Monday, December 7, 2015 at 4:37:46 PM UTC-5, Dmitry A. Kazakov wrote: > On Mon, 7 Dec 2015 12:00:02 -0800 (PST), Jere wrote: > > > My concern is that the PI2 runs on a different processor (Quad core m7 vs > > a single core m6 on the older PI). I wasn't sure if that made the distros > > technically different or not. > > I have two RPi 2. One runs Debian armhf (testing) another Fedora 22 > armv7hl. Both have GNAT FSF 5 installed. There is no problems with GNAT. > Moreover, I have also compiled and installed GtkAda 3.8.3. > > ------------------- > One problem though not directly related to GNAT, if you per chance actively > use swap, e.g. compiling with -j0 switch, then RPi 2 freezes, no matter > which linux version. I believe the problem is with the SD card (any > vendor). So if you want to compile large projects on RPi 2 (it has only > 1GB) you should move the system to a SSD or a normal HD. You will still > boot from SD, but then continue to the external USB disk. > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de Thank you!