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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d6f7b92fd11ab291 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-23 08:10:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!adsl-213-200-246-247.cybernet.CH!not-for-mail From: Vinzent Hoefler Newsgroups: comp.lang.ada Subject: Re: Crosspost: Help wanted from comp.compilers Date: Wed, 23 Jul 2003 17:08:05 +0200 Organization: JeLlyFish software Message-ID: References: <1058539398.178565@master.nyc.kbcfp.com> <3F18D647.9020505@attbi.com> <3F1B207B.6090308@attbi.com> <1058800464.63505@master.nyc.kbcfp.com> <3F1C48F6.8010700@attbi.com> <3b1Ta.14846$0F4.12183@nwrdny02.gnilink.net> <3F1CC567.5000407@attbi.com> <1058901373.624808@master.nyc.kbcfp.com> <1058970447.229073@master.nyc.kbcfp.com> Reply-To: v.hoefler@acm.org NNTP-Posting-Host: adsl-213-200-246-247.cybernet.ch (213.200.246.247) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de 1058973012 17316494 213.200.246.247 (16 [175126]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:40709 Date: 2003-07-23T17:08:05+02:00 List-Id: Hyman Rosen wrote: >Vinzent Hoefler wrote: >> |C:\prj\elan520>\djgpp\bin\touch elan520-sdram_buffer_control.ads > >Even more apropos of what I'm talking about would be to touch >the object file (if there is one for just the .ads file). Well, there is one. Insert same procedure like in my previous posting as appropriate: |C:\prj\elan520>\djgpp\bin\touch sdram_buffer_control.o | |C:\prj\elan520>gnatmake -m elan520 | |C:\prj\elan520>gnatmake elan520 Surprise, surprise. ;) In this case it even doesn't recompile anything at all (in both modii). Just for completeness, try the .ali, too: |C:\prj\elan520>\djgpp\bin\touch sdram_buffer_control.ali | |C:\prj\elan520>gnatmake -m elan520 | |C:\prj\elan520>gnatmake elan520 Again, nothing happens. Well, there's no executable to link yet; so to be clear about that point, even if I *delete* .o and .ali, gnat does *not* try to recompile. Vinzent.