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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,391604d30913a58e X-Google-Attributes: gid103376,public From: kenner@lab.ultra.nyu.edu (Richard Kenner) Subject: Re: GNAT 68k cross on Linux? Date: 1996/09/24 Message-ID: <528gj1$c56@news.nyu.edu>#1/1 X-Deja-AN: 185133589 references: <51vsfu$801@newsbf02.news.aol.com> <85enju2d1u.fsf@walleroo.rp.CSIRO.AU> organization: New York University Ultracomputer Research Lab newsgroups: comp.lang.ada Date: 1996-09-24T00:00:00+00:00 List-Id: In article <85enju2d1u.fsf@walleroo.rp.CSIRO.AU> Greg Baker writes: >Install a cross-compiling gcc (this isn't hard), and then install >GNAT over it. Where you might come unstuck is compiling the Ada >runtime system on the host machine. You need not do this. Just make .s files for the compiler on the host machine, then move to the target machine to assembler and link gnat1. Then you can use that on the target to make the library.