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,bf1c1ed22d81eb7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-27 11:16:04 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!lnewspeer00.lnd.ops.eu.uu.net!bnewspeer01.bru.ops.eu.uu.net!bnewspeer00.bru.ops.eu.uu.net!emea.uu.net!newsfeed.freenet.de!news.tu-darmstadt.de!news.belwue.de!news.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Latest GNAT configuration Date: Tue, 27 Aug 2002 20:16:05 +0200 Organization: Enyo -- not your organization Message-ID: <87lm6sjhga.fsf@deneb.enyo.de> References: NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1030472160 19074 212.9.189.171 (27 Aug 2002 18:16:00 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 27 Aug 2002 18:16:00 GMT Cancel-Lock: sha1:knoATDqZJwtVIQ/n/YZfNnzSnBA= Xref: archiver1.google.com comp.lang.ada:28449 Date: 2002-08-27T18:16:00+00:00 List-Id: matthewmajka@mac.com (Matt Majka) writes: > I am trying to start using GNAT in a RedHat 7.3 environment. > This is my first experience with GNAT since the sources have > been incorporated into the GCC source distribution. I have > source distributions for binutils-2.13, gcc-3.1.1, and gdb-5.2.1. > I have also downloaded and installed various RPMs from > www.gnuada.org, which I am using to build the Ada compiler from > sources. You should get GNAT 3.14p. The RPMs at gnuada.org are still at 3.13p, which is not quite enough. > My initial question is related to GDB. I assume (possibly > incorrectly), that support for GNAT is included in the latest > versions of GDB. No, it isn't. > However, when I try to debug a simple test program > I get an "internal error - unimplemented function > unk_lang_create_fundamental_type called." AFAIK, this has been fixed, so you can at least debug the Ada program as if it were C (sort of).