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.129.163.208 with SMTP id a199mr16681352ywh.135.1489414176258; Mon, 13 Mar 2017 07:09:36 -0700 (PDT) X-Received: by 10.157.18.133 with SMTP id g5mr3135134otg.8.1489414176202; Mon, 13 Mar 2017 07:09:36 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!n37no375966qtb.0!news-out.google.com!15ni13883itm.0!nntp.google.com!u69no2856235ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 13 Mar 2017 07:09:35 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.251.73.50; posting-account=O3LyFwoAAACc1uh60ZcOUmAGdDmGsEcV NNTP-Posting-Host: 193.251.73.50 References: <656ac88b-2d08-4f0f-a9ce-2dc72572b9ad@googlegroups.com> <28920eeb-46d3-4377-889b-a0601015eb44@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <89053555-596d-4ef9-b6ab-46dabcf83fda@googlegroups.com> Subject: Re: ANN: Simple Components for Ada v4.20 From: slos Injection-Date: Mon, 13 Mar 2017 14:09:36 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:28135 Date: 2017-03-13T07:09:35-07:00 List-Id: Le lundi 13 mars 2017 11:50:25 UTC+1, Dmitry A. Kazakov a =C3=A9crit=C2=A0: > On 13/03/2017 11:17, slos wrote: >=20 > > The Raspberry Pi Model 1 B / B+ uses this chip : > > http://infocenter.arm.com/help/index.jsp?topic=3D/com.arm.doc.ddi0301h/= index.html >=20 > Is it RPI 1, i.e. without hardware float? >=20 > Where did you get the compiler for it? >=20 > > Could you tell please if "GCC-long-offsets" is the right choice ? >=20 > That looks OK. >=20 > Can you work out a small test to reproduce the problem? >=20 > --=20 > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de > Is it RPI 1, i.e. without hardware float? The page : https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835/READ= ME.md leads to : http://infocenter.arm.com/help/index.jsp?topic=3D/com.arm.doc.ddi0301h/inde= x.html and so tells that there is indeed a VFP : http://infocenter.arm.com/help/topic/com.arm.doc.ddi0301h/Cegdejjh.html > Where did you get the compiler for it? Well, it runs raspbian and so it has gnat and gnat-gps using synaptic packe= t manager or apt-get... > > Could you tell please if "GCC-long-offsets" is the right choice ? >=20 > That looks OK. But it seems not. > Can you work out a small test to reproduce the problem? Your test_http_server looks small enough. It runs fine with "Pragma-atomic"= and not with "GCC-long-offsets". I have reinstalled Gnoga / Simple Components using "Pragma-atomic" and I wi= ll soon be able to tell if it works like that or not. And the result is OK ! Thanks for your help. BR, St=C3=A9phane