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!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!bcklog2.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 17 Apr 2007 07:15:03 -0500 Date: Tue, 17 Apr 2007 07:49:04 -0400 From: Jeffrey Creem User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: SOLVED: Debian Etch GCC GNAT 4.1 / Aonbix ADT Eclipse Plugin References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <8roef4-v41.ln1@newserver.thecreems.com> NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-cQgnKUxYbARCfUDhXfAEKaUd+w52rV4XQvOYepIFgtNf5CQ1SCt7CRexKaJLl/pHm0/jhVrNVRVAskV!Nsb+fEkHWpEo3c6I3gcCjH2Xdyg39etMQCdu/qgXlN2ZRowRZizoFTBPQ+LZ4Drqoy6WklQUC1iJ!jikjOv6JETFsNbA1ZA/GKQ== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.34 Xref: g2news1.google.com comp.lang.ada:15085 Date: 2007-04-17T07:49:04-04:00 List-Id: Pieter Thysebaert wrote: > 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 > > > Actually that is a good tip and makes sense. The way the plugin works, it needs to find more than just the compiler and tools - it needs libraries, specs, etc.