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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Rebuilding GNAT for mingw (32bit) Date: Fri, 29 Jun 2018 08:09:42 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <64c649e6-fe13-4a1b-8584-cd9e727151a2@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 29 Jun 2018 08:09:42 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="f505938341afa47bae556bd0fb3f175c"; logging-data="4202"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+68ZK5mkNB+z5B6Fv8cr+MG6NQ8AHqLiI=" User-Agent: Pan/0.141 (Tarzan's Death; 168b179 git.gnome.org/pan2) Cancel-Lock: sha1:aCLdxXBvWLlfbUJ7F0T8dJScOME= Xref: reader02.eternal-september.org comp.lang.ada:53426 Date: 2018-06-29T08:09:42+00:00 List-Id: On Thu, 28 Jun 2018 14:39:28 -0700, Jere wrote: > On Thursday, June 28, 2018 at 7:13:14 AM UTC-4, Brian Drummond wrote: >> On Thu, 28 Jun 2018 04:01:18 -0700, Jere wrote: >> In the event you can't find the correct answer, you can probably move >> forward by replacing g-sercom.ad[sb] with your own package derived from >> it, in your project and under your control. >> > > I did that initially to verify that the bug fix would work. > I was hoping for a more global solution though so I didn't have to > supply that file for every project that I had that used the serial port. > I renamed it to just Serial_Communications, made the bug fix, and > tested it out. I think it's probably better anyway - last time I looked, the stock version is not very flexible with a lot of hard-wired options that don't suit all applications. Keeping it under your control gives you flexibility you may need later anyway. -- Brian