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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ccec731410303262 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-15 10:36:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!platform.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: does gnatelim work? Date: 15 Feb 2002 13:18:22 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1013797386 8229 128.183.220.71 (15 Feb 2002 18:23:06 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 15 Feb 2002 18:23:06 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:20056 Date: 2002-02-15T18:23:06+00:00 List-Id: tmoran@acm.org writes: > gnatmake -f -c -gnatc -gnatt name > appears from the gnat_ug docs to be the first step in using gnatelim, > but it generates spurious compilation errors and dies. How does one use > gnatelim successfully? Start with your normal, successfule gnatmake command, which will usually have some -I parameters and other things. Then just add the -gnatt switch, to save the "tree" file. What sort of "spurious" errors were you getting? -- -- Stephe