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.9 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:544d:: with SMTP id d13mr30232032qtq.375.1593665266728; Wed, 01 Jul 2020 21:47:46 -0700 (PDT) X-Received: by 2002:aca:5c1:: with SMTP id 184mr21423715oif.119.1593665266312; Wed, 01 Jul 2020 21:47:46 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!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: Wed, 1 Jul 2020 21:47:46 -0700 (PDT) In-Reply-To: <11c21c57-69de-4fcb-9193-71a98ca93ecao@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=219.90.172.127; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 219.90.172.127 References: <242465de-0171-44b1-9618-752b22c3604co@googlegroups.com> <11c21c57-69de-4fcb-9193-71a98ca93ecao@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <126727e4-3108-46cd-acc6-e42dbdb9dd6bo@googlegroups.com> Subject: Re: SweetAda 0.1 released From: Roger Injection-Date: Thu, 02 Jul 2020 04:47:46 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59303 List-Id: On Thursday, July 2, 2020 at 1:37:14 AM UTC+10, gabriele....@gmail.com wrote: > > > Inside the sweetada source package, edit the menu.sh file. > There are some platform choices. Comment out all the choices and write: > PLATFORM=PC-x86-64 ; SUBPLATFORM=QEMU-ROM > > Run menu.sh with "./menu.sh". It should end up compiling without errors. > Result: Configuration parameters: PLATFORM: PC-x86-64 SUBPLATFORM: QEMU-ROM CPU: x86-64 CPU MODEL: ??? SWEETADA_PATH: /System/Volumes/Data/Ada_Source/sweetada-0.1 TOOLCHAIN PREFIX: /opt/sweetada TOOLCHAIN NAME: x86_64-sweetada-elf GCC VERSION: 9.3.0 GCC SWITCHES: -m64 -Wa,--64 GCC MULTIDIR: . RTS ROOT PATH: /System/Volumes/Data/Ada_Source/sweetada-0.1/rts/x86_64-sweetada-elf RTS PATH: /System/Volumes/Data/Ada_Source/sweetada-0.1/rts/x86_64-sweetada-elf/. LD SWITCHES: OBJCOPY SWITCHES: --output-target=binary --gap-fill=0x00 OBJDUMP SWITCHES: RTS: ZFP PROFILE: ZFP BUILD MODE: MAKEFILE PC-x86-64: start kernel build. [GNATMAKE] abort_library.adb ... then build continued until: [GNATMAKE-M] kernel.d [ADAC] b__main.adb [LD] kernel.o [OBJDUMP] kernel.lst [OBJDUMP-S] kernel.src.lst [READELF] kernel.elf.lst PC-x86-64: ELF sections dump. make: elftool: No such file or directory make: *** [kernel_info] Error 1 PC-x86-64: start kernel build. [GNATMAKE] main.adb [GNATBIND] b__main.adb [GNATMAKE-M] kernel.d [ADAC] b__main.adb [LD] kernel.o [OBJDUMP] kernel.lst [OBJDUMP-S] kernel.src.lst [READELF] kernel.elf.lst PC-x86-64: ELF sections dump. make: elftool: No such file or directory make: *** [kernel_info] Error 1