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,beb6b378a857b7ea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-23 12:07:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Use of entries using Ravenscar Date: 23 Dec 2001 15:01:28 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <4948089f.0112180828.2ea4c80@posting.google.com> <4948089f.0112192354.5411f0ed@posting.google.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1009137890 1072 128.183.220.71 (23 Dec 2001 20:04:50 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 23 Dec 2001 20:04:50 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:18262 Date: 2001-12-23T20:04:50+00:00 List-Id: Simon Wright writes: > Stephen Leake writes: > > > In any case, this is complaining about the internals of the GNAT > > runtime system; note the package name "System.Tasking". It could be > > you have some object and/or .ali files hanging around from either > > "the old compiler" or "compiling without Pragma (Ravenscar)". Try > > deleting _everything_, and recompiling from scratch. > > The example gives the same error messages under 3.14a1. Ok. Since you have access to 3.14a1, you have access to ACT support. Although I'm not sure what's available for a University account. But you should definitely send this in to ACT; you may need to have your professor send it in for you. You should also do a _complete_ uninstall of GNAT 3.13p and GNAT 3.14a1, reinstall GNAT 3.14a1, and compile this again. I still think you have an installation problem, especially since someone else managed a clean compile with 3.14a1. And tell your professor that it is more important to use a compiler that _works_ for _your_ code, than one that has a higher version number! Good luck. -- -- Stephe