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,474be3d3a0db1262 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Porting GNAT Date: 1997/06/12 Message-ID: #1/1 X-Deja-AN: 247901660 References: <866086613.15396@dejanews.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-06-12T00:00:00+00:00 List-Id: andyal says <> You need to do a cross GNAT port from a system that already has a port of GNAT running (since GNAT is written in Ada 95). If this is something you know how to do, then you can probably succeed. If this sentence makes little sense to you, then you probably need to do a lot more learning about GCC and GNAT before you can succeed. Many people have succeeded in making new ports of GNAT, but almost without exception they have been people who know GCC and its makefiles pretty well. Making a new port is not something that is likely to be able to be cookbooked by someone who does not know what they are doing.