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,970de1f5602f8b09 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-16 06:16:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Help: compile ASIS to java bytecode Date: Sat, 16 Feb 2002 15:01:15 +0100 Organization: Enyo -- not your organization Message-ID: <873d01y190.fsf@deneb.enyo.de> References: <3c6dca9f$1_1@rcfnews.cs.umass.edu> NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1013868019 960 212.9.189.171 (16 Feb 2002 14:00:19 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 16 Feb 2002 14:00:19 GMT Cancel-Lock: sha1:9AY56taY26+3mJ/Qn7DyXWueZBU= Xref: archiver1.google.com comp.lang.ada:20082 Date: 2002-02-16T14:00:19+00:00 List-Id: "Bin Chen" writes: > I am trying to use jgnat to compile ASIS-for-gnat > into java bytecode. I used "jgnatmake install_asis.adb". > when compiling asis.compilation_units.adb, > jgnat reported "a gnat bug". I would be supposed if this really worked. The GNAT ASIS implementation loads a host-dependent tree file generated by the compiler just before code generation starts, and I doubt that you can simply read this tree file using JGNAT because fundamental data types do not match.