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-Thread: 103376,91555f701b8550cf X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!news.addix.net!border2.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!feeder.news-service.com!post.news-service.com!news1.surfino.com!not-for-mail Message-Id: <1171738.pmnUZjaDWg@linux1.krischik.com> From: Martin Krischik Subject: Re: ASIS for MinGW GNAT Newsgroups: comp.lang.ada Reply-To: martin@krischik.com Date: Sat, 12 Feb 2005 09:26:44 +0100 References: Organization: None User-Agent: KNode/0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@surfino.com NNTP-Posting-Host: 83.169.148.166 (83.169.148.166) NNTP-Posting-Date: Sat, 12 Feb 2005 10:00:09 +0100 X-Trace: 3f36a420dc599f60c310321963 Xref: g2news1.google.com comp.lang.ada:8273 Date: 2005-02-12T09:26:44+01:00 List-Id: Fionn mac Cuimhaill wrote: > I presume that this is a non-trivial project. Otherwise, it could > reasonable expected to be already be a part of MinGW. I am unsure if the MinGW maintainers are interested in ASIS. However, if you are successful I make you a maintainer and you can make binary releases at sourceforge > Also, could somebody explain why ASIS is so sensitive to compiler > versions? Yes, the compiler writes tree files (Compiler option -gnatT, File XXX.adt) which contain the semantic tree which ASIS reads for the analysis. The library for reading and writing tree files is shared betreen compiler and ASIS and changes frequently. And since the tree file library ony exists as source you need to copy the relevant files from the gcc directroy tree to the ASIS tree. (In *x one can also use a symbolic link). Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com