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,FREEMAIL_FROM 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-09-03 11:17:46 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: matthewmajka@mac.com (Matt Majka) Newsgroups: comp.lang.ada Subject: Re: Latest GNAT configuration Date: 3 Sep 2002 11:17:46 -0700 Organization: http://groups.google.com/ Message-ID: References: <87lm6sjhga.fsf@deneb.enyo.de> NNTP-Posting-Host: 208.197.32.16 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1031077066 2219 127.0.0.1 (3 Sep 2002 18:17:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 3 Sep 2002 18:17:46 GMT Xref: archiver1.google.com comp.lang.ada:28711 Date: 2002-09-03T18:17:46+00:00 List-Id: Florian Weimer wrote in message news:<87lm6sjhga.fsf@deneb.enyo.de>... > 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. If I use GNAT 3.14p, which is based on GCC-2.8.1, will there be any incompatibilities between my Ada object code and C or C++ object code generated by the GCC-3 compilers? > > 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). To be clear, are you saying that there is a fix for GDB that allows it to debug Ada programs compiled with the GCC-3.1.1 version of the compiler? Could you point me to it?