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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-27 09:35:36 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: matthewmajka@mac.com (Matt Majka) Newsgroups: comp.lang.ada Subject: Latest GNAT configuration Date: 27 Aug 2002 09:35:35 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 208.197.32.16 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1030466136 31661 127.0.0.1 (27 Aug 2002 16:35:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 27 Aug 2002 16:35:36 GMT Xref: archiver1.google.com comp.lang.ada:28447 Date: 2002-08-27T16:35:36+00:00 List-Id: 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. My initial question is related to GDB. I assume (possibly incorrectly), that support for GNAT is included in the latest versions of GDB. However, when I try to debug a simple test program I get an "internal error - unimplemented function unk_lang_create_fundamental_type called.", which is leading me to believe that this may not be the case. Has anyone had end-to-end success building GNAT from sources (GCC3) under Linux and which version of GDB are you using.