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.5 required=3.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:aed:3fac:: with SMTP id s41mr45662609qth.86.1593985288554; Sun, 05 Jul 2020 14:41:28 -0700 (PDT) X-Received: by 2002:aca:6289:: with SMTP id w131mr2599428oib.122.1593985288312; Sun, 05 Jul 2020 14:41:28 -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: Sun, 5 Jul 2020 14:41:28 -0700 (PDT) In-Reply-To: <2790711b-d169-4a19-b666-5853eb0f5268o@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> <16b49b03-8657-425d-bad5-67cc5fe725d2o@googlegroups.com> <891fe070-40a4-4ba2-a7be-a7e9c4c036a4o@googlegroups.com> <04195e55-a82f-4035-a05d-5078ea2e6259o@googlegroups.com> <2790711b-d169-4a19-b666-5853eb0f5268o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7052e60c-33ad-4961-9a2c-76014bd6c516o@googlegroups.com> Subject: Re: SweetAda 0.1 released From: gabriele.galeotti.xyz@gmail.com Injection-Date: Sun, 05 Jul 2020 21:41:28 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59352 List-Id: On Sunday, July 5, 2020 at 4:15:28 AM UTC+2, Roger wrote: > On Sunday, July 5, 2020 at 1:59:21 AM UTC+10, gabriele....@gmail.com wrote: > > Then download qemu-libraries-osx.tar.gz. This package, uncompressed in the root filesystem, should end up with some libraries in /usr/local/lib. > My /usr/local/lib already contained these libraries. > > > When you execute a "/opt/sweetada/bin/make run" in the sweetada directory (after a successful "make all" compilation), chances are that a QEMU will appear. > "/opt/sweetada/bin/make run" fails with: > sweetada-0.1 % /opt/sweetada/bin/make run > dyld: Library not loaded: /usr/x86_64-apple-darwin15/x86_64-apple-darwin15/lib/libgcc_s.1.dylib > Referenced from: /opt/sweetada/bin/elftool > Reason: image not found > make: *** [Makefile:787: run] Abort trap: 6 > > > > Sorry, all these things are yet to be documented. Together with a countless other things. > I quite understand. > > One last thing, please write down and save your work, so you can keep track of your personal changes. OK. Hi Roger. Please re-download the x86_64-sweetada-elf-20200417M.tar.gz toolchain and overwrite the old one. Now the support executables like elftool are statically linked against the problematic library. Hope this helps. If QEMU runs, I've prepared a new ioemu.cfg script that allows output to the Terminal app. Let me know.