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-Thread: 103376,6930ea02e86d0a07 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!nerim.net!aotearoa.belnet.be!news.belnet.be!news.UGent.be!not-for-mail From: Pieter Thysebaert Newsgroups: comp.lang.ada Subject: SOLVED: Debian Etch GCC GNAT 4.1 / Aonbix ADT Eclipse Plugin Date: Tue, 17 Apr 2007 09:25:36 +0200 Organization: Ghent University Message-ID: References: NNTP-Posting-Host: fleming.intec.ugent.be Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: gaudi2.UGent.be 1176790322 26732 157.193.214.166 (17 Apr 2007 06:12:02 GMT) X-Complaints-To: helpdesk@dict.ugent.be NNTP-Posting-Date: Tue, 17 Apr 2007 06:12:02 +0000 (UTC) User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Xref: g2news1.google.com comp.lang.ada:15073 Date: 2007-04-17T09:25:36+02:00 List-Id: On Mon, 16 Apr 2007 11:33:37 +0200, Pieter Thysebaert wrote: > Hello, > > I'm on Debian GNU/Linux Etch and have installed GCC 4.1 along with the > corresponding GNAT packages. > > I also have Eclipse 3.2 installed and downloaded (through Eclipse Software > Updates) the Aonix ADT plugin. > > My problem is that the ADT does not pick up Etch's GCC GNAT 4.1 toolchain > (when selecting GNAT Linux Toolchain), no matter what directory I feed it > (I naively thought that setting the toolchain path to /usr/bin would do > the trick). > Well, I have "solved" my problem. It turns out that specifying "/usr" as the toolchain path (instead of /usr/bin) does the trick...(i.e. makesd Ao Aonix ADT pick up and recognize the GNAT toolchain). Pieter