From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Received: by 2002:ad4:4d83:: with SMTP id cv3mr31260947qvb.236.1593703561155; Thu, 02 Jul 2020 08:26:01 -0700 (PDT) X-Received: by 2002:a05:6830:61a:: with SMTP id w26mr27284537oti.178.1593703560937; Thu, 02 Jul 2020 08:26:00 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 2 Jul 2020 08:26:00 -0700 (PDT) In-Reply-To: <8959b86d-ec38-4e0b-a272-384751914732o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=79.19.129.183; posting-account=JRF_-woAAABYlsAtkCl_CUxBuQy2SsaQ NNTP-Posting-Host: 79.19.129.183 References: <242465de-0171-44b1-9618-752b22c3604co@googlegroups.com> <11c21c57-69de-4fcb-9193-71a98ca93ecao@googlegroups.com> <126727e4-3108-46cd-acc6-e42dbdb9dd6bo@googlegroups.com> <011aef92-84e3-47e5-a558-a8c2c6504161o@googlegroups.com> <8959b86d-ec38-4e0b-a272-384751914732o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <16b49b03-8657-425d-bad5-67cc5fe725d2o@googlegroups.com> Subject: Re: SweetAda 0.1 released From: gabriele.galeotti.xyz@gmail.com Injection-Date: Thu, 02 Jul 2020 15:26:01 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59315 List-Id: On Thursday, July 2, 2020 at 3:03:31 PM UTC+2, Roger wrote: > "elftool" is stored in my toolchain package along with the other executab= les. I ran it successfully in the command line. >=20 > I commented out elftool execution in the main Makefile.=20 > "menu.sh" then ran successfully to completion. >=20 > "make postbuild" then generated "kernel.rom".=20 >=20 > I'm not sure how to proceed but will investigate. > Thanks for the advice. You're welcome. I would like to solve the elftool problem, but really there is no apparent = reason on why it's got not executed. I don't know, maybe something related = to your environment. If Makefile executes other executables, it should exec= ute elftool as well. Let's make it an open point. Wait a little bit for a QEMU emulator. OS X is a very bad beast when cross-= compiling is concerned. I had to hack QEMU very hardly, it's not that simpl= e. Next days I'll try also to write some x86_64 Ada low-level code to make the= CPU a little bit usable. Let me know further progress.