From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:98c:b0:76e:f686:cac6 with SMTP id x12-20020a05620a098c00b0076ef686cac6mr7780qkx.8.1693348063446; Tue, 29 Aug 2023 15:27:43 -0700 (PDT) X-Received: by 2002:a17:902:e852:b0:1bc:95bf:bdc9 with SMTP id t18-20020a170902e85200b001bc95bfbdc9mr153646plg.13.1693348063118; Tue, 29 Aug 2023 15:27:43 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 29 Aug 2023 15:27:42 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2604:3d09:a81:1800:7a4:b767:5752:aa82; posting-account=GO34ygoAAABjKWQJiUlszgvYtyWwgCPW NNTP-Posting-Host: 2604:3d09:a81:1800:7a4:b767:5752:aa82 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <35c94e60-a8e2-4a95-863e-032a1d2f3f70n@googlegroups.com> Subject: gprbuild problems with arm-linux cross compile toolchain From: Brad Moore Injection-Date: Tue, 29 Aug 2023 22:27:43 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1660 Xref: news.eternal-september.org comp.lang.ada:65573 List-Id: Hello, I am having difficulties with a GNAT 5.4.0 FSF toolchain build for a= n arm cross-compiled target on linux, compiling Ada and C sources. For some reason, gprbuild needs to be run twice. On the first attempt, the = build fails because, I think the Ada code is expecting to find the C code, = which hasn't been compiled yet. By the time the build execution is complete= however, it appears the C code has been compiled. On the second attempt, t= he gprbuild execution succeeds. Does this ring a bell with anyone, as to what the problem might be?