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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,beb6b378a857b7ea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-22 07:38:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!btnet-peer1!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "martin.m.dowie" Newsgroups: comp.lang.ada References: <4948089f.0112180828.2ea4c80@posting.google.com> <4948089f.0112192354.5411f0ed@posting.google.com> <9vti1h$183d$1@not.sics.se> Subject: Re: Use of entries using Ravenscar X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Sat, 22 Dec 2001 15:27:52 -0000 NNTP-Posting-Host: 62.252.151.142 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 1009035180 62.252.151.142 (Sat, 22 Dec 2001 15:33:00 GMT) NNTP-Posting-Date: Sat, 22 Dec 2001 15:33:00 GMT Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:18245 Date: 2001-12-22T15:27:52+00:00 List-Id: "Jimmy Dub�n" wrote in message news:a00p23$lt8$1@not.sics.se... > > I presume you are using a Unix/Linux machine? On Win32 there is > > a complaint about trying to attach the ISR but no sign of your original > > problem, with or without the spurious "with"s. Sorry :-( > > What? Am I understanding you correctly that you don'tget any compiler errors > when you are compiling these files with pragma Ravenscar ???! 'Fraid so! (other than the aforementioned error on 'pragma Attach_Handler') 4 warnings about not using anything in the units 'with'-ed but other than that a clean compile (after commenting out the 'pragma Attach...'). I'm using Win32 GNAT 3.13p (20000509) with options "-gnatybefhik -gnato -gnatv" I also tried the other options "-gnaty -gnato -gnatv -gnatwe -gnatwl -gnatwu". There is a fair bit of 'tidying' to do to keep GNAT happy about formating but again a clean compilation/link occurs. I don't understand why you are trying to use these packages directly - aren't they just there for the benefit of the compiler? (Though I'm guessing that it isn't the use of them directly that is causing the problem - dodgy installation of GNAT maybe?)